AskSin++
|
Public Member Functions | |
void | init (uint8_t p) |
void | invert (bool value) |
bool | invert () const |
void | set (Mode stat, const BlinkPattern *patt) |
void | ledOff () |
void | ledOn () |
void | ledOn (uint32_t ticks) |
bool | active () const |
virtual void | trigger (AlarmClock &clock) |
![]() | |
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 | |
![]() | |
enum | Mode { nothing =0, pairing =1, send =2, ack =3, nack =4, bat_low =5, welcome =6, key_long =7, failure =8 } |
![]() | |
uint32_t | tick: 24 |
![]() | |
static const BlinkPattern single[9] | PROGMEM |
static const BlinkPattern dual1[9] | PROGMEM |
static const BlinkPattern dual2[9] | PROGMEM |
![]() | |
bool | m_Async: 4 |
bool | m_Active: 4 |