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/DAC.H Normal file
View File

@ -0,0 +1,3 @@
void InitDAC(void);
void LPT1DAC(unsigned char b);
void LPT2DAC(unsigned char b);