osd-contiki/platform/osd-merkur/dev/adc.h

8 lines
145 B
C
Raw Normal View History

2013-02-19 10:22:48 +01:00
#ifndef __ADC_ARCH_H__
#define __ADC_ARCH_H__
int readADC(uint8_t pin);
long readVcc();
int readInternalTemp(void);
#endif /* __ADC_ARCH_H__ */