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 8f1280a commit fdfb712Copy full SHA for fdfb712
libraries/Apollo3/examples/Example5_Wire_I2C/Example5_Wire_I2C.ino
@@ -40,8 +40,8 @@ void testPortI2C(TwoWire &i2c);
40
41
// This thread will create its own MbedI2C object using IOM pins
42
// Define your own pins below to try it
43
-#define mySDA D25
44
-#define mySCL D27
+//#define mySDA D25
+//#define mySCL D27
45
#if (defined mySDA) && (defined mySCL)
46
TwoWire myWire(mySDA, mySCL);
47
#endif
0 commit comments