add neopixel notes to readme
This commit is contained in:
parent
6eedeebd06
commit
507f29ae93
|
@ -1,5 +1,11 @@
|
||||||
This code is experimental.
|
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
|
``` bash
|
||||||
docker run -v /scratch/kmk_firmware:/opt/kmk_firmware --rm -it --entrypoint=/bin/bash python:latest
|
docker run -v /scratch/kmk_firmware:/opt/kmk_firmware --rm -it --entrypoint=/bin/bash python:latest
|
||||||
cd /opt
|
cd /opt
|
||||||
|
|
Loading…
Reference in a new issue