| .. | ||
| src | ||
| .gitignore | ||
| Makefile | ||
| purge.py | ||
| pyproject.toml | ||
| README.md | ||
| secret.py.example | ||
Setup:
-
Set up the virtual environment:
$ python -m venv .venv $ source .venv/bin/activate -
Install the type stubs:
$ pip install -U micropython-rp2-pico_w-stubs --no-user --target typings -
Ensure
mpy-crossis available:$ git clone https://github.com/micropython/micropython.git /tmp/micropython $ pushd /tmp/micropython/mpy-cross $ make $ mv build/mpy-cross ~/.local/bin/ $ popd