const byte PotGpio = 4;
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
}
void loop() {
Serial.println(analogRead(PotGpio));
}
const byte PotGpio = 4;
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
}
void loop() {
Serial.println(analogRead(PotGpio));
}