FastLED 3.9.15
|
#include <button.h>
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 |