// adc.h	By KCO
#ifndef __ADC_H
#define	__ADC_H
#include "common.h"

void init_adc(void);
WORD get_adc(WORD ch);

#endif
