24 void speaker_init(
void);
26 int AUTone(
int freq,
int time);
27 int AUCheckTone(
void);
28 int AUPlay(BYTE* sample);
29 int AUCheckPlay(
void);
30 int AUMicrophone(
void);
31 int AURecord(BYTE* buf,
int time,
long freq);
32 int AUCheckRecord(
void);
Defines types used for the EyeBot 7.
Header file for timer functionality.
Defines all the functions to connect to a serial USB/serial connection.