osd-contiki/platform/osd-er-lp24/dev/adc.h
2014-04-15 07:27:25 +02:00

7 lines
129 B
C

#ifndef __ADC_ARCH_H__
#define __ADC_ARCH_H__
int readADC(uint8_t pin);
int readInternalTemp(void);
#endif /* __ADC_ARCH_H__ */