BNO055 Library with interrupt

Dependents:   BLE_LoopbackUART_with_BNO055

Fork of BNO055 by Dave Turner

Revision:
9:f43b1aa99e08
Parent:
8:303717d8776c
--- a/BNO055.h	Thu Jun 23 22:28:41 2016 +0000
+++ b/BNO055.h	Mon Jul 11 18:01:41 2016 +0000
@@ -239,6 +239,8 @@
 /** Reset the interrupt  **/
     void resetIntr();
     
+    void setpowermode3();
+    
 /** Structures containing 3-axis data for acceleration, rate of turn and magnetic field.
     x,y,z are the scale floating point values and
     rawx, rawy, rawz are the int16_t values read from the sensors **/