Update main.cpp

This commit is contained in:
2024-07-07 14:24:31 -04:00
parent c321bf28e0
commit ed6c69498b

View File

@@ -23,7 +23,7 @@ void setup() {
byte error, address;
int dev = 0;
for (address = 1; address < 127; address++) {
for (address = 0x1; address < 0x127; address++) {
Wire.beginTransmission(address);
error = Wire.endTransmission();
if (error == 0) {