Skip to content

Commit fdfb712

Browse files
committed
comment out custom wire port in example by default
1 parent 8f1280a commit fdfb712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Apollo3/examples/Example5_Wire_I2C/Example5_Wire_I2C.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ void testPortI2C(TwoWire &i2c);
4040

4141
// This thread will create its own MbedI2C object using IOM pins
4242
// Define your own pins below to try it
43-
#define mySDA D25
44-
#define mySCL D27
43+
//#define mySDA D25
44+
//#define mySCL D27
4545
#if (defined mySDA) && (defined mySCL)
4646
TwoWire myWire(mySDA, mySCL);
4747
#endif

0 commit comments

Comments
 (0)