#ifndef _ADC_H
#define _ADC_H

unsigned int adc_read(unsigned int channel);

#endif
