天嵌二次封装库使用手册
V2.1.2
|
宏定义 | |
#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通道转换成的电压值 更多... | |
ADC_API int tq_get_adcValue | ( | int | channel, |
int | device | ||
) |
获取ADC通道的值
channel | ADC通道 |
channel | ADC设备 |
ADC_API double tq_get_adcVoltage | ( | int | channel, |
int | adcbit, | ||
double | Vref, | ||
int | device | ||
) |
获取ADC通道转换成的电压值
channel | ADC通道 |
adcbit | ADC位数 |
Vref | 参考电压值 |
channel | ADC设备 |