- Install Python 3
- Globally install
pipenv
python -m pip install --user pipenv
- Install Python dependencies
pipenv install
The target device of this project is any microcontroller with CircuitPython installed. See Installing CircuitPython for instructions on how to do so.
To deploy your code changes to the microcontroller, run the sync.ts
script:
npm run sync
Description | GPIO | Breakout |
---|---|---|
3v | 36 | |
SDA | GP0 | 1 |
SCL | GP1 | 2 |
NeoPixel | GP11 | 15 |