Update Payload_BME280_MPU6050_XS.ino don't make input

beta-i2s
Alan Johnston 2 years ago committed by GitHub
parent 8187a7b143
commit dc6ba44d56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -120,7 +120,8 @@ 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 = 10; i < 22; i++) {
// for (int i = 10; i < 22; i++) {
for (int i = 10; i < 19; i++) {
pinMode(i, INPUT);
}
pinMode(26, INPUT);

Loading…
Cancel
Save

Powered by TurnKey Linux.