#ifndef ADC_H_INCLUDED #define ADC_H_INCLUDED int adc_init(void); int adc_read(void); void adc_pin_val(uint32_t pin, uint16_t *val); #endif