On the Uno R4 Minima and Uno R4 WiFi, pin 13 is made an output after reset, so if you do: void setup() { Serial.begin(9600); delay(5000); } void loop () { Serial.println(digitalRead(13)); delay(1000); ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results