-
DFRobot_PH库适用于Arduino Gravity项目
资源介绍
DFRobot_PH库
这是重力的示例代码:模拟pH传感器/仪表套件V2,SKU:SEN0161-V2
目录
方法
/*
* @brief Init The Analog pH Sensor
*/
void begin ();
/*
* @brief Convert voltage to PH with temperature compensation
*
* @param voltage : Voltage value
* temperature : Ambient temperature
*
* @return The PH value
*/
float readPH ( float voltage, float temperature);
/*
* @brief Calibrate the calibration data
*
* @p
- 上一篇: BleClient端
- 下一篇: DFRobot_SpeechSynthesis