add platform osd-merkur

This commit is contained in:
harald42 2013-02-19 10:22:48 +01:00 committed by harald
parent b31a3397e0
commit a6634acc50
27 changed files with 3069 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#ifndef __ADC_ARCH_H__
#define __ADC_ARCH_H__
int readADC(uint8_t pin);
long readVcc();
int readInternalTemp(void);
#endif /* __ADC_ARCH_H__ */