27 lines
166 B
C
27 lines
166 B
C
|
|
#ifndef __DAC_H
|
|||
|
|
#define __DAC_H
|
|||
|
|
#include "sys.h"
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
void Dac1_Init(void);//<2F>ػ<EFBFBD>ģʽ<C4A3><CABD>ʼ<EFBFBD><CABC>
|
|||
|
|
void Dac1_Set_Vol(u16 vol);
|
|||
|
|
#endif
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|