Update Payload_BME280_MPU6050_XS.ino pin set input from 6 to 10

pull/295/head
Alan Johnston 2 years ago committed by GitHub
parent a2c6f6f25a
commit f19e7d7fd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -81,7 +81,7 @@ void setup() {
Serial2.begin(9600); // serial from GPS or other serial sensor. Some GPS need 115200
// set all Pico GPIO connected pins to input
for (int i = 6; i < 22; i++) {
for (int i = 10; i < 22; i++) {
pinMode(i, INPUT);
}
pinMode(26, INPUT);

Loading…
Cancel
Save

Powered by TurnKey Linux.