This is a small CircuitPython firmware for the Adafruit Neo Trinkey that converts it to a USB controlled status light.
- Follow the CircuitPython install guide if your board does not have CircuitPython installed.
- Copy the
boot.pyandcode.pyfiles from thefirmwaredirectory to theCIRCUITPYdrive. - Unplug and replug the device (only required after first install of when
boot.pyhas changed).
The neostatus directory contains a Python module to control the status light. It can be installed with pip using:
pip install --upgrade https://github.com/jledet/neostatus/tarball/masterA demo animation can be run using:
python -m neostatus