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

◆ setHandleStart()

template<class Transport, class _Settings = DefaultSettings, class _Platform = DefaultPlatform>
void MidiInterface< Transport, _Settings, _Platform >::setHandleStart ( StartCallback fptr)
inline

Definition at line 202 of file MIDI.h.

202{ mStartCallback = fptr; }
StartCallback mStartCallback
Definition MIDI.h:229
The main class for MIDI handling. It is templated over the type of serial port to provide abstraction...
Definition MIDI.h:55

References mStartCallback.