I am going through the "Making things talk" book and have hit a strange roadblock. Using code copied and pasted from thebook website and compiling it with Arduino 0011 Alpha, I get the following error which I don't understand (
http://www.makingthingstalk.com/chapter2/48/#more-48) :
error: variable or field 'serialEvent' declared void In function 'void setup()':
At global scope:(and that's it)
It must be something really silly I am overlooking, or maybe an API or compiler change ? Any idea ? I am trying to compile that in the Arduino 011 Alpha IDE, I am guessing that's what the author means by "Open the Processing Application". Let me know if I am mistaken.
Thank in advance,
Erik