smoothie port to mbed online compiler (smoothieware.org)

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers StreamOutput.h Source File

StreamOutput.h

00001 #ifndef STREAMOUTPUT_H
00002 #define STREAMOUTPUT_H
00003 
00004 class StreamOutput {
00005     public:
00006        StreamOutput(){}
00007        virtual int printf(const char* format, ...){return 0;}
00008 
00009 
00010 
00011 
00012 };
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 
00021 
00022 #endif