Go to file
Jimmy 822bbc40e6 Add install instructions 2025-02-06 22:28:22 +13:00
lib Initial commit 2025-01-18 16:26:30 +13:00
src Disable 1 step forward 2 back 2025-02-06 22:19:55 +13:00
.gitignore Initial commit 2025-01-18 16:26:30 +13:00
LICENSE Initial commit 2025-01-02 09:12:39 +00:00
Pipfile Add pipenv 2025-02-06 22:19:30 +13:00
Pipfile.lock Add pipenv 2025-02-06 22:20:17 +13:00
README.md Add install instructions 2025-02-06 22:28:22 +13:00
dev.py Initial commit 2025-01-18 16:26:30 +13:00
test.py Initial commit 2025-01-18 16:26:30 +13:00

README.md

led-bar

Install Pipenv

https://pipenv.pypa.io/en/latest/installation.html

Download dependencies

pipenv sync

Upload libraries and src

pipenv run ./dev.py <PORT> lib src

Upload src, reset and follow

pipenv run ./dev.py <PORT> src reset follow