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

◆ ButtonLowLevel() [1/3]

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

Definition at line 14 of file button.cpp.hpp.

15 : mPin(pin) {
16 setStrategy(strategy);
17}
void setStrategy(ButtonStrategy strategy)
fl::DigitalPin mPin
Definition button.h:46

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: