FastLED 3.9.15
Loading...
Searching...
No Matches

◆ MIDI_CREATE_DEFAULT_INSTANCE

#define MIDI_CREATE_DEFAULT_INSTANCE ( )
Value:
MIDI_CREATE_INSTANCE(HardwareSerial, Serial, MIDI);
#define MIDI_CREATE_INSTANCE(Type, SerialPort, Name)
Create an instance of the library attached to a serial port. You can use HardwareSerial or SoftwareSe...
Definition serialMIDI.h:99

Create an instance of the library with default name, serial port and settings, for compatibility with sketches written with pre-v4.2 MIDI Lib, or if you don't bother using custom names, serial port or settings.

Definition at line 112 of file serialMIDI.h.

112 #define MIDI_CREATE_DEFAULT_INSTANCE() \
113 MIDI_CREATE_INSTANCE(HardwareSerial, Serial, MIDI);