/* * adc.h * * Created on: Sep 6, 2017 * Author: dmitrijs */ #ifndef ADC_H_ #define ADC_H_ void Adc_Init(void); unsigned short Adc_Read(unsigned char ch); void Get_Analog_Var(void); #endif /* ADC_H_ */