cleanup code

This commit is contained in:
harald42 2013-01-23 09:21:13 +01:00 committed by harald
parent ff022fce05
commit 2e35f2225d

View file

@ -2,6 +2,7 @@
#define __ADC_ARCH_H__
int readADC(uint8_t pin);
long readVcc();
int readInternalTemp(void);
#endif /* __ADC_ARCH_H__ */