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

◆ setHandleClock()

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

Definition at line 201 of file MIDI.h.

201{ mClockCallback = fptr; }
ClockCallback mClockCallback
Definition MIDI.h:228
The main class for MIDI handling. It is templated over the type of serial port to provide abstraction...
Definition MIDI.h:55

References mClockCallback.