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