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

◆ setHandleError()

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

Definition at line 188 of file MIDI.h.

188{ mErrorCallback = fptr; }
ErrorCallback mErrorCallback
Definition MIDI.h:215
The main class for MIDI handling. It is templated over the type of serial port to provide abstraction...
Definition MIDI.h:55

References mErrorCallback.