Fork of Smoothie to port to mbed non-LPC targets.

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SerialMessage.h Source File

SerialMessage.h

00001 #ifndef SERIALMESSAGE_H
00002 #define SERIALMESSAGE_H
00003 #include "libs/StreamOutput.h"
00004 struct SerialMessage {
00005         StreamOutput* stream;
00006         std::string message;
00007 };
00008 #endif