We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I'm new with processing and i'm trying to make a software that can read my Analog In my arduino. I started my project using cc.arduindo library together with processing.serial library. At first was everything going so well, my program was able to read the Analog value, but when i started to make my graph, appeared one error, it started to show the message "cannot convert from Arduino to int"... can someone help me?
Answers
"cannot convert from Arduino to int"
Check the line where you have this error, apparently you try to assign an object to a variable declared as int.
but a i have not
PhiLho means:
Post your code.
;-)