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