#ifndef DEVICE_ADC_H #define DEVICE_ADC_H void adc_init(void); uint16_t get_adc_value(void); #endif /*DEVICE_C_H*/