Hi,
My arduino version is: Arduino 2:1.0.5+dfsg2-4
In Order to connecting ARDUINO to MATLAB I copy and upload this ARDUINO sketch (see an attach file) from :
https://www.facebook.com/142728039157929/photos/pb.142728039157929.-2207520000.1451707628./658001807630547/?type=3&theater
Question:
When I try to compile it, I get error message like this:
Error compiling;
sketch_jan02a.ino:8:1: error: stray ‘\’ in program
sketch_jan02a.ino:8:7: error: stray ‘#’ in program
sketch_jan02a.ino:8:1: error: stray ‘\’ in program
sketch_jan02a.ino:8:1: error: stray ‘\’ in program
sketch_jan02a.ino:9:1: error: stray ‘\’ in program
sketch_jan02a.ino:9:7: error: stray ‘#’ in program
sketch_jan02a.ino:9:1: error: stray ‘\’ in program
sketch_jan02a.ino:9:1: error: stray ‘\’ in program
sketch_jan02a.ino:10:1: error: stray ‘\’ in program
sketch_jan02a.ino:10:7: error: stray ‘#’ in program
sketch_jan02a.ino:10:1: error: stray ‘\’ in program
sketch_jan02a.ino:10:1: error: stray ‘\’ in program
sketch_jan02a.ino:9:1: error: ‘u202c’ does not name a type
sketch_jan02a.ino:8:2: error: ‘u202a’ does not name a type
Any one can help me to resolve a problem?
Thank