文件名称:raspberrypi-gpio-api:这是一个在 Flask 上使用 Python 构建的简单 RESTful API,用于通过 Raspberry Pi 的 GPIO 引脚控制 8 通道中继模块。 请注意,此应用程序只能在 Raspberry Pi 上运行,并且 GPIO 引脚编号采用 BCM 格式
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-21 03:11:24
Python
树莓派 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@ras
【文件预览】:
raspberrypi-gpio-api-master
----flask-api.py(5KB)
----LICENCE.md(1KB)
----decorators.py(2KB)
----requirements.txt(14B)
----.gitignore(674B)
----README.md(4KB)