天嵌二次封装库使用手册  V2.1.2
tq_adc.h 文件参考
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

宏定义

#define ADC_API
 

函数

ADC_API int tq_get_adcValue (int channel, int device)
 获取ADC通道的值 更多...
 
ADC_API double tq_get_adcVoltage (int channel, int adcbit, double Vref, int device)
 获取ADC通道转换成的电压值 更多...
 

详细描述

日期
2024-12-09

在文件 tq_adc.h 中定义.

宏定义说明

#define ADC_API

在文件 tq_adc.h16 行定义.

函数说明

ADC_API int tq_get_adcValue ( int  channel,
int  device 
)

获取ADC通道的值

参数
channelADC通道
channelADC设备
返回
int 返回ADC通道的值,失败返回-1
ADC_API double tq_get_adcVoltage ( int  channel,
int  adcbit,
double  Vref,
int  device 
)

获取ADC通道转换成的电压值

参数
channelADC通道
adcbitADC位数
Vref参考电压值
channelADC设备
返回
double 返回ADC通道转换成的电压值,失败返回-1