my new gear...

Dependencies:   mbed

Revision:
20:4e0fa6fba27c
Parent:
2:e7b09385d197
--- a/sensor/BNO055.h	Wed Sep 21 06:06:50 2022 +0000
+++ b/sensor/BNO055.h	Fri Sep 30 00:04:11 2022 +0000
@@ -179,7 +179,7 @@
 public: 
 
 /** Create BNO055 instance **/
-    BNO055(PinName SDA, PinName SCL); 
+    BNO055(PinName SDA, PinName SCL, int freq); 
     
 /** Perform a power-on reset of the BNO055 **/
     void reset();