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

◆ begin()

template<class SerialPort, class _Settings = DefaultSerialSettings>
void SerialMIDI< SerialPort, _Settings >::begin ( )
inline

Definition at line 56 of file serialMIDI.h.

57 {
58 // Initialise the Serial port
59 #if defined(AVR_CAKE)
61 #else
63 #endif
64 }
SerialPort & mSerial
Definition serialMIDI.h:91

References mSerial.