#ifndef _ADC_H #define _ADC_H void adc_setup(void); int adc_read(unsigned char adc_pin); #endif