Rev 316 | Details | Compare with Previous | Last modification | View Log | RSS feed
#ifndef ADC_H
#define ADC_H
void ADC_Init(void);
uint16_t ADC_Read(uint8_t channel);
#endif /* ADC_H */