We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0f166 commit c7e9624Copy full SHA for c7e9624
libraries/Wire/examples/i2c_scanner/i2c_scanner.ino
@@ -32,7 +32,7 @@
32
// Use it by "Wire" without pin declaration
33
//
34
// I2C-1 alternative pins: PB9(sda) PB8(scl)
35
-// Remap the first I2C befoure call begin
+// Remap the first I2C before call begin()
36
// Wire.setSDA(PB9);
37
// Wire.setSCL(PB8);
38
// Wire.begin();
0 commit comments