Hey everyone,
I'm trying to read all 8 analog ports from my Arduino FIO in processing, using the Arduino Processing library (
http://www.arduino.cc/playground/interfacing/processing). Its no problem to read the first six. However, the last two are not getting through (I suppose because the library was written with the regular Arduino Uno in mind).
There is also a library for the Mega available, but this one is older and not compiling anymore. Does somebody has experience with this particular issue? Is there an easy hack to work around this limitation?
Thanks!