Hello,
I have the beta version for Linux 64 and when I try to read an analog Pin of arduino board I get no value. When I look the code generated I think something is wrong.
It appears this code
if(((analogRead(A0+0))==(0))){
And I think it should be
if(((analogRead(A0))==(0))){
Am I wrong???
Thanks