We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0267a4e commit ad46a98Copy full SHA for ad46a98
I2C_Multiple_Same_Address/arduino/multi_bme280_ltc4316/multi_bme280_ltc4316.ino
@@ -20,7 +20,7 @@ void setup() {
20
// If left out, the default address is used.
21
// But also OK to just be explicit and specify.
22
bme1.begin(0x77); // address = 0x77 (default)
23
- bme2.begin(0x37); // address = 0x37 (behind TCA4316)
+ bme2.begin(0x37); // address = 0x37 (behind LTC4316)
24
}
25
26
0 commit comments