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