pin 13 internal pull down resistors

pico-fc-test
alanbjohnston 3 years ago committed by GitHub
parent 72abd0380c
commit 71c8c7afc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -185,7 +185,7 @@ void setup() {
Serial.begin(115200);
pinMode(13, INPUT);
pinMode(13, INPUT_PULLDOWN);
/*
pinMode(LED_PIN, OUTPUT);

Loading…
Cancel
Save

Powered by TurnKey Linux.