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 8577afa commit 27c462aCopy full SHA for 27c462a
libraries/Wire/examples/main_scan/main_scan.ino
@@ -7,7 +7,7 @@ void setup()
7
{
8
Serial.begin(115200); // start serial for output
9
while ( !Serial ) delay(10); // for nrf52840 with native usb
10
- wi->begin(); // join i2c bus (address optional for master)
+ wi->begin(); // join i2c bus (address optional for main)
11
}
12
13
void loop()
0 commit comments