天嵌二次封装库使用手册
V2.1.2
首页
类
文件
文件列表
文件成员
lib_adc.h
浏览该文件的文档.
1
7
#ifndef LINUX_LIBV2_SOURCE_ADC_LIB_ADC_H_
8
#define LINUX_LIBV2_SOURCE_ADC_LIB_ADC_H_
9
10
#ifdef __cplusplus
11
#define ADC_API extern "C"
12
#else
13
#define ADC_API
14
#endif
15
22
ADC_API
int
get_adcValue
(
int
channel,
int
device);
23
32
ADC_API
double
get_adcVoltage
(
int
channel,
int
adcbit,
double
Vref,
int
device);
33
34
#endif // LINUX_LIBV2_SOURCE_ADC_LIB_ADC_H_
get_adcValue
ADC_API int get_adcValue(int channel, int device)
获取ADC通道的值
ADC_API
#define ADC_API
Definition:
lib_adc.h:13
get_adcVoltage
ADC_API double get_adcVoltage(int channel, int adcbit, double Vref, int device)
获取ADC通道转换成的电压值
tqinclude
adc
lib_adc.h
制作者
1.8.11