ArduinoThread
ArduinoThread copied to clipboard
SensorThread example wont show analog values
It shows "0" (zero) instead real values... Can you help to fix it? Thanks.
Have you configured the pin to be INPUT? E.g.
pinMode(A1, INPUT);