#ifndef _adc_h #define _adc_h void adc_init(void); uint16_t adc_read_single(uint8_t); uint16_t adc_read_avg(uint8_t, uint8_t); #endif