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

◆ MidiShieldButton()

MidiShieldButton::MidiShieldButton ( int pin)
inline

Definition at line 66 of file buttons.h.

66 : pin_(pin) {
67 pinMode(pin_, INPUT_PULLUP);
68 delay(1);
69 }

References pin_.