|
FastLED 3.9.15
|
#include <button.h>
Collaboration diagram for fl::ButtonLowLevel:Public Member Functions | |
| ButtonLowLevel (ButtonLowLevel &&other) FL_NOEXCEPT=delete | |
| ButtonLowLevel (const ButtonLowLevel &other) FL_NOEXCEPT=default | |
| ButtonLowLevel (int pin, ButtonStrategy strategy=ButtonStrategy::kHighLowFloating) | |
| ~ButtonLowLevel () FL_NOEXCEPT | |
| bool | highLowFloating () |
| bool | isPressed () |
| ButtonLowLevel & | operator= (const ButtonLowLevel &other) FL_NOEXCEPT=delete |
| void | setStrategy (ButtonStrategy strategy) |
Private Attributes | |
| fl::DigitalPin | mPin |
| ButtonStrategy | mStrategy = ButtonStrategy::kHighLowFloating |