Skip to content

Commit 5b72f90

Browse files
committed
Update I2CScanner.ino
1 parent df2b86d commit 5b72f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

I2CScanner/I2CScanner.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ void scanFunc( byte addr, byte result ) {
3737
}
3838

3939

40-
byte start_address = 1;
41-
byte end_address = 127; // Changed from 100 10 127, as that seems to be the end_address. Might be wrong here
40+
byte start_address = 8; // lower addresses are reserved to prevent conflicts with other protocols
41+
byte end_address = 119; // higher addresses unlock other modes, like 10-bit addressing
4242

4343
// standard Arduino setup()
4444
void setup()

0 commit comments

Comments
 (0)