Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
adc_drv.h
Go to the documentation of this file.
1
5
10#ifndef ADC_DRV_H_
11#define ADC_DRV_H_
12
13#include <stdint.h>
14
19void adc_init(void);
20
26void adc_enable(uint8_t state);
27
33void adc_get_voltage(uint32_t *pVoltage);
34
40void adc_get_temp(int32_t *pTemp);
41
42#endif /* ADC_DRV_H_ */
void adc_init(void)
void adc_get_voltage(uint32_t *pVoltage)
void adc_get_temp(int32_t *pTemp)
void adc_enable(uint8_t state)