No description
Find a file
2026-07-03 15:58:44 +03:00
.idea Remove old VCS root 2026-07-03 15:58:44 +03:00
src Print the board ID on startup for easy identification 2026-05-16 15:46:21 +03:00
.gitignore gitignore 2026-05-16 15:36:29 +03:00
mise.toml Hello World! 2026-05-16 02:23:37 +03:00
pyproject.toml Hello World! 2026-05-16 02:23:37 +03:00
README.md Minor README change 2026-05-16 16:26:36 +03:00
uv.lock Hello World! 2026-05-16 02:23:37 +03:00

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