Kobayashi Takumi / BNO055_mbed
Revision:
4:8d3cc21f184e
Parent:
3:5b036c235d4d
Child:
6:23e029bd9c9b
--- a/bno055_use.h	Tue Apr 16 08:47:00 2019 +0000
+++ b/bno055_use.h	Fri May 31 13:35:05 2019 +0000
@@ -25,6 +25,8 @@
 
 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;