void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println(analogRead(A0));
Copyright ⓒ TECH79 All right reserved