Pico panels get static IPs on 10.1.1.10–14 with per-panel LED counts, Makefile deploy targets, and Python examples for animations, sync tests, and direct Pi SPI control. Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
178 B
TOML
13 lines
178 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
portal = {editable = true, path = "."}
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.13"
|