void setup() { Serial.begin(9600);}void loop() {int sensorValue = analogRead(A0);Serial.println(sensorValue); delay(1000);}
And I always has almost the same value (~155).
When I try digital output I always has LOW value
And I always has almost the same value (~155).When I try digital output I always has LOW value.