Skip to content

Commit ad46a98

Browse files
committed
fix comment
1 parent 0267a4e commit ad46a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

I2C_Multiple_Same_Address/arduino/multi_bme280_ltc4316/multi_bme280_ltc4316.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ void setup() {
2020
// If left out, the default address is used.
2121
// But also OK to just be explicit and specify.
2222
bme1.begin(0x77); // address = 0x77 (default)
23-
bme2.begin(0x37); // address = 0x37 (behind TCA4316)
23+
bme2.begin(0x37); // address = 0x37 (behind LTC4316)
2424
}
2525

2626

0 commit comments

Comments
 (0)