No description
- Python 100%
| .idea | ||
| src | ||
| .gitignore | ||
| mise.toml | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
About
Hello world repository to set up CircuitPython and an Adafruit Feather RP2350 with HSTX.
Installation and usage
Setup and deployment use uv and mise.
# 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
# Monitor the serial port
$ mise serial