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

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

libs/SerialMessage.h

Committer:
Michael J. Spencer
Date:
2014-02-28
Revision:
2:1df0b61d3b5a
Parent:
0:31e91bb0ef3c

File content as of revision 2:1df0b61d3b5a:

#ifndef SERIALMESSAGE_H
#define SERIALMESSAGE_H
#include "libs/StreamOutput.h"
struct SerialMessage {
        StreamOutput* stream;
        std::string message;
};
#endif