No description
- Python 100%
| .idea | ||
| scripts | ||
| src | ||
| .gitignore | ||
| .python-version | ||
| mise.toml | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
About
Hello world repository to set up CircuitPython and an Adafruit ESP32-C6 Feather.
Installation and usage
Setup and deployment use uv and mise.
Ensure a .env file exists at the root containing the HOST and PASS, for example:
CIRCUITPY_HOST=cpy-bflash_nopsram-.....local
CIRCUITPY_PASS=password
# Trust the current mise file
$ mise trust
# Run the one time setup for this particular board
$ mise setup
# After making code changes to the local directory, sync them to the board
$ mise deploy