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

Files at this revision

API Documentation at this revision

Comitter:
kudrom
Date:
Fri Dec 11 10:40:14 2015 +0000
Parent:
4:b2fe3a2545bf
Child:
8:c5655efda2a0
Commit message:
Added battery to json reporter and the main thread to accept commands.

Changed in this revision

lib/datatypes.h Show annotated file Show diff for this revision Revisions of this file
--- a/lib/datatypes.h	Thu Dec 03 16:34:59 2015 +0000
+++ b/lib/datatypes.h	Fri Dec 11 10:40:14 2015 +0000
@@ -30,5 +30,4 @@
     int y; 
     int z;
 };
-
 }
\ No newline at end of file