14 #define MaxDataLen 60 // maximum length of received bytes
40 uint8_t pyLd[MaxDataLen-12];
48 #define hasData buf[0]?1:0 // check if something is in the buffer
51 #define bufLen buf[0]+1
52 #define ackRq mBdy.mFlg.BIDI // check if an ACK is requested
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