LIBS/WAVPLAV/SPEAKER.H
2021-09-08 21:26:43 +02:00

4 lines
84 B
C

void InitSpeaker(void);
void CloseSpeaker(void);
void SpkSendByte(unsigned char b);