changed config_gpio

pico-v0.36-fix4
alanbjohnston 3 years ago committed by GitHub
parent 90237addfb
commit dd4ffffe2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3652,7 +3652,8 @@ void config_gpio() {
// set all Pico GPIO pins to input
for (int i = 6; i < 29; i++) {
pinMode(i, INPUT);
if (i != led_builtin_pin)
pinMode(i, INPUT);
}
pinMode(PI_3V3_PIN, INPUT);

Loading…
Cancel
Save

Powered by TurnKey Linux.