hello guys. I am trying to compile the 1th example of this page:
http://jevois.org/tutorials/UserRobotCar.html
and I got this errors:
sketch_apr17a.ino: In function ‘void setup()’:
sketch_apr17a.ino:134:11: error: request for member ‘setTimeout’ in ‘0’, which is of non-class type ‘int’
sketch_apr17a.ino:135:11: error: request for member ‘begin’ in ‘0’, which is of non-class type ‘int’
sketch_apr17a.ino:136:11: error: request for member ‘setTimeout’ in ‘0’, which is of non-class type ‘int’
sketch_apr17a.ino: In function ‘void loop()’:
sketch_apr17a.ino:165:22: error: request for member ‘readBytesUntil’ in ‘0’, which is of non-class type ‘int’
Can anybody help me with this?
Thank you.