colorchord/embedded8266/user/adc.h

7 lines
95 B
C
Raw Permalink Normal View History

2015-07-27 09:34:00 +02:00
#ifndef __ADC_H__
#define __ADC_H__
void hs_adc_start(void);
uint16 hs_adc_read(void);
#endif