#ifndef ADC_H #define ADC_H extern uint16_t an_value [8]; void adc_init(uint8_t adc_use_local); void adc_read(void); #endif