You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid to have first analog pin value (A0) lesser than NUM_ANALOG_INPUTS
To be able to use analogRead(A0) and analogRead(0), A0 pin value
must be greater than or equal to NUM_ANALOG_INPUTS.
Ex:
If NUM_ANALOG_INPUTS was 6 (A0 to A5) and A0 was defined to 3 (D3),
analogRead(A0) would read A3 instead of A0.
Signed-off-by: Frederic Pillon <[email protected]>
0 commit comments