removed i2c4 from i2c_bus1 determination

pico-i2c
alanbjohnston 3 years ago committed by GitHub
parent e87f22d0b6
commit 265e819b5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3041,7 +3041,7 @@ void start_ina219() {
Serial.println("I2C Batt sensor (bus 1 0x44) not found");
// ina219_1_0x45.begin();
i2c_bus1 = i2c1 || i2c2 || i2c3 || i2c4;
i2c_bus1 = i2c1 || i2c2 || i2c3;
Wire1.setSDA(2);
Wire1.setSCL(3);

Loading…
Cancel
Save

Powered by TurnKey Linux.