#ifndef ADC_H
#define ADC_H

#include <p18f2580.h>

//prototipos:
void InitADC (void);
void SetADCChannel (unsigned char ch);

#endif