4 lines
82 B
C
4 lines
82 B
C
void InitDAC(void);
|
|
void LPT1DAC(unsigned char b);
|
|
void LPT2DAC(unsigned char b);
|