I'm a newbie here.
Is this is correct? Please help it say "import does not name a type"
import processing.serial.*;
I'm a newbie here.
Is this is correct? Please help it say "import does not name a type"
import processing.serial.*;
The Arduino is programmed using C++. C++ does NOT have an import statement. That is a Processing program that you are trying to compile, not an Arduino program.