FastLED 3.9.15
|
Definition at line 43 of file serialMIDI.h.
#include <serialMIDI.h>
Public Member Functions | |
SerialMIDI (SerialPort &inSerial) | |
unsigned | available () |
void | begin () |
bool | beginTransmission (MidiType) |
void | endTransmission () |
byte | read () |
void | write (byte value) |
Static Public Attributes | |
static const bool | thruActivated = true |
Private Types | |
typedef _Settings | Settings |
Private Attributes | |
SerialPort & | mSerial |