add neopixel notes to readme

This commit is contained in:
KemoNine 2023-04-19 11:50:25 -04:00
parent 6eedeebd06
commit 507f29ae93
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
This code is experimental.
## NeoPixel
Put [this](https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_NeoPixel/main/neopixel.py) in `lib` folder of CircuitPython disk (compile to `mpy` for nice!nano.
## Compile mpy files for nice!nano kmk
``` bash
docker run -v /scratch/kmk_firmware:/opt/kmk_firmware --rm -it --entrypoint=/bin/bash python:latest
cd /opt