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

7 lines
129 B
C
Raw Normal View History

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