27 lines
166 B
C
27 lines
166 B
C
#ifndef __DAC_H
|
|
#define __DAC_H
|
|
#include "sys.h"
|
|
|
|
|
|
|
|
void Dac1_Init(void);//»Ø»·Ä£Ê½³õʼ»¯
|
|
void Dac1_Set_Vol(u16 vol);
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|