Subversion Repositories Code-Repo

Rev

Rev 316 | Blame | 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 */