Analog input does not work #30
EhsanRasouli1371
started this conversation in
General
Replies: 4 comments 5 replies
|
Hi, This should do the Trick. |
1 reply
|
what is the Output in Arduino IDE Serial Terminal after you send E: ? |
1 reply
|
check if you did uncomment #define AInputs |
1 reply
|
change //#define AINPUTS to #define AINPUTS |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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]);All reactions