#ifndef ADC_H #define ADC_H #include "stdint.h" extern void ADC_Init(void); extern uint16_t ADC_GetChannleValue(uint8_t ch); #endif