add platform osd-merkur
This commit is contained in:
parent
b31a3397e0
commit
a6634acc50
27 changed files with 3069 additions and 0 deletions
8
platform/osd-merkur/dev/adc.h
Normal file
8
platform/osd-merkur/dev/adc.h
Normal 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__ */
|
Loading…
Add table
Add a link
Reference in a new issue