am2315:Raspberry Pi C驱动程序和传感器AM2315的Python绑定

时间:2024-06-19 13:38:32
【文件属性】:

文件名称:am2315:Raspberry Pi C驱动程序和传感器AM2315的Python绑定

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-19 13:38:32

C

AM2315 用于传感器 AM2315 的 Raspberry Pi C 驱动程序和 Python 绑定。 示例用法 C语言 # include " am2315.h " # include < unistd> # include < stdio> # include < time> int main ( int argc, char **argv){ char *i2c_device = " /dev/i2c-1 " ; int address = 0x5c ; void *am = am2315_init (address, i2c_device); if (am != NULL ){ float temperature, humidity; int i; for (i = 0 ; i < 10 ; i++) { printf


【文件预览】:
am2315-master
----setup.py(233B)
----.gitignore(10B)
----src()
--------am2315.c(7KB)
--------Makefile(144B)
--------am2315.h(375B)
--------test.c(534B)
--------am2315_ext.c(4KB)
----MANIFEST.in(10B)
----LICENSE(1KB)
----examples()
--------test.py(285B)
----README.md(1018B)
----tentacle_pi()
--------__init__.py(0B)

网友评论