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

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

libs/StreamOutput.h

Committer:
scachat
Date:
2012-07-31
Revision:
0:31e91bb0ef3c
Child:
2:1df0b61d3b5a

File content as of revision 0:31e91bb0ef3c:

#ifndef STREAMOUTPUT_H
#define STREAMOUTPUT_H

class StreamOutput {
    public:
       StreamOutput(){}
       virtual int printf(const char* format, ...){return 0;}




};









#endif