Skip to content

Commit c7e9624

Browse files
authored
Update i2c_scanner.ino
1 parent bd0f166 commit c7e9624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Wire/examples/i2c_scanner/i2c_scanner.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// Use it by "Wire" without pin declaration
3333
//
3434
// I2C-1 alternative pins: PB9(sda) PB8(scl)
35-
// Remap the first I2C befoure call begin
35+
// Remap the first I2C before call begin()
3636
// Wire.setSDA(PB9);
3737
// Wire.setSCL(PB8);
3838
// Wire.begin();

0 commit comments

Comments
 (0)