Skip to content

Commit d02c88b

Browse files
committed
examples: beautify address changer example
1 parent f67eba0 commit d02c88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/AddressChanger/AddressChanger.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ const uint8_t new_address = 0;
66
uint8_t address;
77

88
void setup() {
9-
// put your setup code here, to run once:
109
Wire1.begin();
1110
Serial.begin(115200);
1211
delay(1000);
12+
// Search for devices and wait for user confirmation
1313
for (int i = 8; i < 128; i++) {
1414
Wire1.beginTransmission(i);
1515
auto err = Wire1.endTransmission();

0 commit comments

Comments
 (0)