8 lines
100 B
C
8 lines
100 B
C
|
#ifndef MOTO_ADC_H
|
||
|
#define MOTO_ADC_H
|
||
|
|
||
|
#include "tkc/types_def.h"
|
||
|
|
||
|
void moto_adc_Init(void);
|
||
|
#endif
|