esp_mqtt/adc/adc.h

7 wiersze
68 B
C

#ifndef __ADC_H__
#define __ADC_H__
uint16 adc_read(void);
#endif