
#ifndef __ADCFunctions_H
#define __ADCFunctions_H

void InitADC0(void);

unsigned int GetADCValue0(void);

#endif