29 uint8_t chkCCBurst :1;
31 uint8_t tmpCCBurst :1;
36 void setMode(uint8_t mode);
37 void stayAwake(uint16_t time);
Main class for implementation of the AskSin protocol stack. Every device needs exactly one instance o...
Definition: AS.h:39
void init(void)
Initialize the AS module.
Definition: AS.cpp:20
void poll(void)
Poll routine for regular operation.
Definition: AS.cpp:44