osd-contiki/platform/osd-er-lp24/dev/adc.h

8 lines
145 B
C
Raw Normal View History

#ifndef __ADC_ARCH_H__
#define __ADC_ARCH_H__
int readADC(uint8_t pin);
2013-01-23 09:21:13 +01:00
long readVcc();
int readInternalTemp(void);
#endif /* __ADC_ARCH_H__ */