Releases: adafruit/Adafruit_CircuitPython_NeoPixel
Releases · adafruit/Adafruit_CircuitPython_NeoPixel
1.0.0 Release Candidate 1
First release candidate. Superchargers the API and includes better docs compared to 0.0.4.
To use in CircuitPython, download the .mpy file and copy it to the lib
folder on the CIRCUITPY
drive. Or, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Release for CircuitPython 0.9.4
This requires CircuitPython 0.9.4+!
- Switch to
digitalio
that was split fromnativeio
.
Release for CircuitPython 0.9.0
This release is a small update to work with the latest 0.9.0 CircuitPython release. You must use this version of the library with CircuitPython 0.9.0 and higher, it will not work with earlier versions (incompatible API change)!
Release for Travis CI mpy generation.
0.0.2 Add travis config for MPY generation.