文件名称:PebblePiO:这是在Flask上使用Python构建的简单RESTful API,可通过Raspberry Pi的GPIO引脚控制8通道中继模块。 请注意,此应用程序只能在Raspberry Pi上运行,并且GPIO引脚编号为BCM格式
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-13 09:47:42
Python
Raspberry Pi GPIO API 这是在Flask上使用Python构建的简单RESTful API,可通过Raspberry Pi的GPIO引脚控制8通道中继模块。 请注意,此应用程序只能在Raspberry Pi上运行,并且GPIO引脚编号为BCM格式。 入门 第1步-安装Pip pi@raspberrypi ~ $ sudo apt-get install python-pip 第2步-安装要求 pi@raspberrypi ~ $ cd raspberrypi-gpio-api pi@raspberrypi ~ /raspberrypi-gpio-api $ sudo pip install -r requirements.txt 上面的命令应该成功安装所需的依赖项。 第3步-运行开发Web服务器 pi@raspberrypi ~ /raspberrypi-gpio-
【文件预览】:
PebblePiO-master
----flask-api.py(6KB)
----LICENCE.md(1KB)
----decorators.py(2KB)
----requirements.txt(14B)
----.gitignore(674B)
----README.md(5KB)