Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 284 → Rev 342

/PIC Projects/PICX_16F1829_Analog_Controller/ADC.h
0,0 → 1,9
#ifndef ADC_H
#define ADC_H
 
void ADC_Init(void);
 
uint16_t ADC_Read(uint8_t channel);
 
#endif /* ADC_H */