errorrr

:frowning:

sketch_mar16b.ino: In function 'void loop()':
sketch_mar16b.ino:289:18: error: expected ',' or '...' before '.' token
sketch_mar16b.ino: At global scope:
sketch_mar16b.ino:319:13: error: expected ',' or '...' before '.' token
sketch_mar16b.ino:319:30: error: ISO C++ forbids declaration of 'save' with no type [-fpermissive]
expected ',' or '...' before '.' token

what is this means
?????????????????????????

And your code is?

Please post your code using code tags. [code] your code here[/code] will result in

 your code here

Arrr! (Is it pirates day already? :o )

But it means the compiler expected ',' or '...' before '.' token on line 289. Simple, isn't it?