Go to file
Jimmy b681ff02d8 Add esptool 2025-02-06 22:36:03 +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 esptool 2025-02-06 22:36:03 +13:00
Pipfile.lock Add esptool 2025-02-06 22:36:03 +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