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:
8:c5655efda2a0
Parent:
4:b2fe3a2545bf
Child:
10:4200a8140b10
--- a/M3Dpi.h	Fri Dec 11 10:40:14 2015 +0000
+++ b/M3Dpi.h	Wed Dec 16 13:27:32 2015 +0000
@@ -51,7 +51,7 @@
     static const PinName STATUS_GREEN = p19;
     static const PinName STATUS_BLUE = p20;
 
-    static const int XBEE_BAUD = 115200;
+    static const int XBEE_BAUD = 57600;
 
     virtual int _putc(int c);
     virtual int _getc();