handle master side communication of openIMU300ZI module

Dependencies:   mbed

Dependents:   VDU_2021

Revision:
20:19f5c94f8660
Parent:
19:3ee54f9a56f3
Child:
21:9430046ebd9d
--- a/imu_driver.hpp	Wed Dec 18 06:53:12 2019 +0000
+++ b/imu_driver.hpp	Wed Dec 18 06:55:18 2019 +0000
@@ -16,6 +16,7 @@
     ImuExtiRcvAhrsMsg = 0b10
 } ImuExtiConfig;
 
+/* this needs to be extended (IMO) */
 inline ImuExtiConfig operator |(ImuExtiConfig const& left, ImuExtiConfig const& right) 
 {
     return ImuExtiConfig(left | right);