First commit ~0,10

This commit is contained in:
2021-09-08 21:26:43 +02:00
commit 37dffcdec3
188 changed files with 23679 additions and 0 deletions

3
WAVPLAV/SPEAKER.H Normal file
View File

@ -0,0 +1,3 @@
void InitSpeaker(void);
void CloseSpeaker(void);
void SpkSendByte(unsigned char b);