Go to most recent revision | Details | 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 */