AqualinkD/pda.h

14 lines
230 B
C
Raw Normal View History

2019-05-25 16:52:36 +00:00
#ifndef PDA_H_
#define PDA_H_
2020-07-18 16:37:19 +00:00
void init_pda(struct aqualinkdata *aqdata);
2019-07-14 14:39:15 +00:00
2019-05-25 16:52:36 +00:00
bool process_pda_packet(unsigned char* packet, int length);
bool pda_shouldSleep();
void pda_wake();
void pda_reset_sleep();
#endif // PDA_MESSAGES_H_