File source

#ifndef _ADC_H_
#define _ADC_H_

unsigned int readADC(char ch);


#endif