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:   m3Dpi mbed-rtos mbed MbedJSONValue

Revision:
11:ccb8653e285f
Parent:
7:9068fc754a0b
Child:
13:d6374484b953
--- a/lib/jsonReporter.cpp	Thu Dec 03 17:53:04 2015 +0000
+++ b/lib/jsonReporter.cpp	Sat Dec 19 13:28:17 2015 +0000
@@ -1,6 +1,6 @@
 #include "jsonReporter.h"
 
-JsonReporter::JsonReporter(mbed::Stream* _out, const char _id[]) : out(_out), id(_id)
+JsonReporter::JsonReporter(mbed::Stream* _out, const char _id[]) : Reporter(_out, _id)
 {
     
 }