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

Committer:
sillevl
Date:
Sat Dec 19 13:28:17 2015 +0000
Revision:
11:ccb8653e285f
add reporter interface

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sillevl 11:ccb8653e285f 1 #include "reporter.h"
sillevl 11:ccb8653e285f 2
sillevl 11:ccb8653e285f 3 Reporter::Reporter(mbed::Stream* _out, const char _id[]) : out(_out), id(_id)
sillevl 11:ccb8653e285f 4 {
sillevl 11:ccb8653e285f 5
sillevl 11:ccb8653e285f 6 }