Arduino STK  4.6.2
ArdStreamTextOut.h
1 #include "Stk.h"
2 #ifdef __STREAMS__
3 
4 #ifndef ARDSERIALBINARYOUT_H
5 #define ARDSERIALBINARYOUT_H
6 
7 #include "WvOut.h"
8 #include "ArdStreamOut.h"
9 #include "Print.h"
10 
11 namespace stk {
12 /***************************************************/
20 /***************************************************/
22  public:
23  ArdStreamTextOut(Print &stream, unsigned channels=1);
24 
25  protected:
26  virtual void write(int16_t value) override;
27 
28 };
29 
30 }; //stk
31 #endif
32 #endif
Abstract class for Output to Arduiono HardwareArdStream.
Definition: ArdStreamOut.h:25
Output int16 data Arduino Stream.
Definition: ArdStreamTextOut.h:21
The STK namespace.
Definition: ADSR.h:8