27 #ifndef _EASYUINO_TOUCH_BUTTON_h 28 #define _EASYUINO_TOUCH_BUTTON_h 30 #include "Utilities.h" 34 #define DEFAULT_DEBOUNCE_DELAY 50 36 #define BUTTON_PRESSED_DIGITAL_LEVEL HIGH 53 uint8_t _currentState;
55 unsigned long _lastReadTimestamp;
61 Button(IN uint8_t buttonPin);
General class that provides the common API behaviour for all the devices/sensors. ...
Definition: Device.h:42