HIH6130
[Honeywell HIH6130 相对湿度和温度传感器] 的 Arduino 库( )。
依赖关系
Wire.h
安装
安装 HIH6130 库:
下载 zip 文件(右下角)或克隆存储库
单击Sketch >> Import Library >> Add Library...
查看位于示例文件夹中的示例文件
执照
这个库是在 MIT 许可下获得许可的。 用它! 修理它! 开发吧!
文档
安装后,传感器必须正确连接到 Arduino。 传感器的分线板可以在这里找到( )。
示例脚本
#include
#include
//define the address used by the HIH6130 sensor (default is 0x27)
byte address = 0x27;
//Set up an in
2023-03-07 09:40:34
4KB
C++
1