Update payload_pico.ino gpio 0 and 1 to input

beta-v1.3.1.1-sim
Alan Johnston 2 years ago committed by GitHub
parent 56bca8de37
commit 550c8b0c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -157,6 +157,9 @@ void loop() {
}
void config_gpio() {
pinMode(0, INPUT);
pinMode(1, INPUT);
// set all Pico GPIO connected pins to input
for (int i = 6; i < 22; i++) {

Loading…
Cancel
Save

Powered by TurnKey Linux.