#ifndef _ADC_H_
#define _ADC_H_

volatile unsigned char adcResult;
void adc_init();

#endif
