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 f67eba0 commit d02c88bCopy full SHA for d02c88b
examples/AddressChanger/AddressChanger.ino
@@ -6,10 +6,10 @@ const uint8_t new_address = 0;
6
uint8_t address;
7
8
void setup() {
9
- // put your setup code here, to run once:
10
Wire1.begin();
11
Serial.begin(115200);
12
delay(1000);
+ // Search for devices and wait for user confirmation
13
for (int i = 8; i < 128; i++) {
14
Wire1.beginTransmission(i);
15
auto err = Wire1.endTransmission();
0 commit comments