AskSin++
|
Public Types | |
typedef StateButton< OFFSTATE, ONSTATE, MODE > | ButtonType |
![]() | |
enum | States |
Public Member Functions | |
ConfigToggleButton (DEVTYPE &dev, uint8_t longpresstime=3) | |
virtual void | state (uint8_t s) |
Peer | peer () const |
![]() | |
void | setLongPressTime (uint16_t t) |
uint8_t | getPin () |
virtual void | trigger (AlarmClock &clock) |
uint8_t | state () const |
void | irq () |
void | check () |
void | init (uint8_t pin) |
![]() | |
Alarm (uint32_t t) | |
Alarm (uint32_t t, bool asynch) | |
void | set (uint32_t t) |
void | async (bool value) |
bool | async () const |
void | active (bool value) |
bool | active () const |
![]() | |
Link (Link *item) | |
Link * | select () const |
void | select (Link *item) |
void | append (Link &item) |
Link * | ending () const |
Link * | unlink () |
Link * | remove () |
void | detach () |
Link * | search (const Link *item) const |
void | remove (const Link &item) |
Additional Inherited Members | |
![]() | |
uint32_t | tick: 24 |
![]() | |
uint8_t | stat |
uint8_t | pinstate |
uint8_t | pin |
uint16_t | longpresstime |
CheckAlarm | ca |
![]() | |
bool | m_Async: 4 |
bool | m_Active: 4 |