void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
}
void loop() {
Serial.println(analogRead(34));
delay(200;)// this speeds up the simulation
}void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
}
void loop() {
Serial.println(analogRead(34));
delay(200;)// this speeds up the simulation
}