8 lines
113 B
C
8 lines
113 B
C
|
|
#ifndef __ADC_DAC_H__
|
||
|
|
#define __ADC_DAC_H__
|
||
|
|
#include "cm_os.h"
|
||
|
|
|
||
|
|
|
||
|
|
void adc_dac_init(void);
|
||
|
|
|
||
|
|
#endif //__ADC_DAC_H__
|