文件名称:rpi-rgb-api:RESTful API使用Raspberry Pi控制ws2812b LED灯条
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-08 03:00:05
Python
RGB API
一个简单的异步RESTful API,用于控制连接到Raspberry Pi的ws2812b LED灯条
使用异步Web框架以Python编写
LED按以下配置接线
启动API
需要Python> = 3.7
克隆rpi-rgb-api
git clone https://github.com/evansloan/rpi-rgb-api && cd rpi-rgb-api
安装要求
pip install -r requirements.txt
运行网络服务器
sudo python app.py
使用API
现在服务器正在运行,可以通过
【文件预览】:
rpi-rgb-api-master
----.gitignore(34B)
----requirements.txt(205B)
----src()
--------__init__.py(538B)
--------rgb.py(592B)
--------utils.py(744B)
--------config.py(319B)
--------effects.py(5KB)
--------routes()
----README.md(1KB)
----app.py(168B)