library for m3Dpi robot, based on the Pololu 3pi and m3pi. m3Dpi has multiple distance sensors, gyroscope, compass and accelerometer sensor to be fully aware of its environment. With the addition of xbee or nrf24n01 module it has wireless communication capabilities.

Dependencies:   m3pi ADXL345_I2C HMC5583L ITG3200 PCA9547 TLC59116 VL6180x RGB-fun xbee

Dependents:   m3Dpi-helloworld

Revision:
10:4200a8140b10
Parent:
8:c5655efda2a0
--- a/M3Dpi.h	Thu Dec 17 14:50:20 2015 +0000
+++ b/M3Dpi.h	Sat Dec 19 10:42:51 2015 +0000
@@ -33,6 +33,9 @@
     // buttonhandler (interrupt based?)
 
     //protected:    // public for hardware testing only
+    
+    I2C i2c;
+    
     StatusLed status;
     LedRing leds;