Library for Bosch Sensortec BMI160 IMU

Dependents:   Rocket MAX32630FTHR_JOYSTICK MAX32630FTHR_IMU_Hello_World Pike_the_Flipper_Main_Branch ... more

Fork of BMI160 by Justin Jordan

Revision:
18:4949e9b15b6e
Parent:
17:0ae99e97bcf5
Child:
19:8e66f58bef44
--- a/bmi160.h	Thu Jan 05 21:11:47 2017 +0000
+++ b/bmi160.h	Tue Jul 11 19:38:42 2017 +0000
@@ -700,7 +700,7 @@
     
 private:
 
-    I2C m_i2cBus;
+    I2C &m_i2cBus;
     uint8_t m_Wadrs, m_Radrs;
 };
 
@@ -786,7 +786,7 @@
     
 private:
 
-    SPI m_spiBus;
+    SPI &m_spiBus;
     DigitalOut m_cs;
 };