mirror of https://github.com/sfeakes/AqualinkD.git
12 lines
228 B
C
12 lines
228 B
C
|
|
||
|
|
||
|
#ifndef PDA_H_
|
||
|
#define PDA_H_
|
||
|
|
||
|
void init_pda(struct aqualinkdata *aqdata);
|
||
|
bool process_pda_packet(unsigned char* packet, int length);
|
||
|
bool pda_shouldSleep();
|
||
|
void pda_wake();
|
||
|
void pda_reset_sleep();
|
||
|
|
||
|
#endif // PDA_MESSAGES_H_
|