Hi
I'm new to Arduino.
I have tried running the Graph example but keep getting the following error:
error: 'import' does not name a type In function 'void setup()':
In function 'void draw()':
In function 'void serialEvent(int)':
At global scope:
And highlights the following in the code
import processing.serial.*;
Thanks
James