Skip to content

Commit 27c462a

Browse files
committed
clean up
1 parent 8577afa commit 27c462a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Wire/examples/main_scan/main_scan.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ void setup()
77
{
88
Serial.begin(115200); // start serial for output
99
while ( !Serial ) delay(10); // for nrf52840 with native usb
10-
wi->begin(); // join i2c bus (address optional for master)
10+
wi->begin(); // join i2c bus (address optional for main)
1111
}
1212

1313
void loop()

0 commit comments

Comments
 (0)