文件名称:mpl115a2:用于传感器 MPL115A2 的 Raspberry Pi C 驱动程序和 Python 绑定
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-19 14:01:37
C
MPL115A2 用于传感器 MPL115A2 的 Raspberry Pi C 驱动程序和 Python 绑定。 示例用法 C语言 # include " mpl115a2.h " # include < unistd> # include < stdio> int main ( int argc, char **argv){ char *i2c_device = " /dev/i2c-2 " ; int address = 0x60 ; void *mpl = mpl115a2_init (address, i2c_device); if (mpl != NULL ){ int i; for (i = 0 ; i < 10 ; i++) { float t = mpl115a2_temperature (mpl); float p =
【文件预览】:
mpl115a2-master
----MANIFEST.in(10B)
----tentacle_pi()
--------__init__.py(0B)
----src()
--------mpl115a2.c(7KB)
--------test.c(468B)
--------mpl115a2_ext.c(4KB)
--------mpl115a2.h(392B)
--------Makefile(146B)
----examples()
--------test.py(285B)
----LICENSE(1KB)
----setup.py(241B)
----README.md(651B)
----.gitignore(10B)