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

◆ ButtonLowLevel() [1/3]

fl::ButtonLowLevel::ButtonLowLevel ( int pin,
ButtonStrategy strategy = kHighLowFloating )

Definition at line 15 of file button.cpp.

16 : mPin(pin) {
17 setStrategy(strategy);
18}
void setStrategy(ButtonStrategy strategy)
Definition button.cpp:103
fl::DigitalPin mPin
Definition button.h:43

References mPin, and setStrategy().

Referenced by ButtonLowLevel(), ButtonLowLevel(), and operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: