Sille Van Landschoot / Mbed 2 deprecated m3Dpi-helloworld

Dependencies:   m3Dpi mbed-rtos mbed MbedJSONValue

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers reporter.cpp Source File

reporter.cpp

00001 #include "reporter.h"
00002 
00003 Reporter::Reporter(mbed::Stream* _out, const char _id[]) : out(_out), id(_id)
00004 {
00005     
00006 }