4 lines
84 B
C
4 lines
84 B
C
void InitSpeaker(void);
|
|
void CloseSpeaker(void);
|
|
void SpkSendByte(unsigned char b);
|