ArduinoThread icon indicating copy to clipboard operation
ArduinoThread copied to clipboard

SensorThread example wont show analog values

Open Werkeng opened this issue 5 years ago • 1 comments

It shows "0" (zero) instead real values... Can you help to fix it? Thanks.

Werkeng avatar Dec 05 '18 18:12 Werkeng

Have you configured the pin to be INPUT? E.g.

pinMode(A1, INPUT);

hlovdal avatar Feb 17 '19 17:02 hlovdal