Kobayashi Takumi / BNO055_mbed
Revision:
6:23e029bd9c9b
Parent:
4:8d3cc21f184e
Child:
7:52491500cd6d
--- a/bno055_use.h	Fri May 31 13:35:05 2019 +0000
+++ b/bno055_use.h	Thu Jul 04 10:24:26 2019 +0000
@@ -23,10 +23,10 @@
 **************************************************/
 //p28 p27 or p9 p10
 
-const PinName BNO005_SDA = p9;
-const PinName BNO005_SCL = p10;
-//const PinName BNO005_SDA = p28;
-//const PinName BNO005_SCL = p27;
+//const PinName BNO005_SDA = p9;
+//const PinName BNO005_SCL = p10;
+const PinName BNO005_SDA = p28;
+const PinName BNO005_SCL = p27;
 const float timer_dt = 0.012;
 const int ifaceI2C_frequency = 200000;