From 507f29ae93992c1e409b85c8af81dcab1ad3319b Mon Sep 17 00:00:00 2001 From: KemoNine Date: Wed, 19 Apr 2023 11:50:25 -0400 Subject: [PATCH] add neopixel notes to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 87cd0d0..4b18cbb 100644 --- a/README.md +++ b/README.md @@ -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