Analog input does not work #30
Replies: 4 comments 5 replies
-
Hi, This should do the Trick. |
Beta Was this translation helpful? Give feedback.
-
what is the Output in Arduino IDE Serial Terminal after you send E: ? |
Beta Was this translation helpful? Give feedback.
-
check if you did uncomment #define AInputs |
Beta Was this translation helpful? Give feedback.
-
change //#define AINPUTS to #define AINPUTS |
Beta Was this translation helpful? Give feedback.
-
Arduino analog inputs are named as A0, A1,...
How do I enter their pin name?
I changed this line of code but I still don't get the analog input value
sendData('A',i+1,oldAinput[i]);
Beta Was this translation helpful? Give feedback.
All reactions