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 df2b86d commit 5b72f90Copy full SHA for 5b72f90
I2CScanner/I2CScanner.ino
@@ -37,8 +37,8 @@ void scanFunc( byte addr, byte result ) {
37
}
38
39
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
+byte start_address = 8; // lower addresses are reserved to prevent conflicts with other protocols
+byte end_address = 119; // higher addresses unlock other modes, like 10-bit addressing
42
43
// standard Arduino setup()
44
void setup()
0 commit comments