1.1.0 | Release Candidate 3
This release is just to bring a more up-to-date "finished" version of the Pixie Chroma v1.X library to Arduino IDE users.
Not much has changed for users' code except:
- pix.set_animation() is now pix.set_color_animation()
- pix.set_animation_speed() is now pix.set_color_animation_speed()
Behind the scenes, this version introduces the Getting Started Guide, which is a very beginner-friendly guide for makers to begin using Chroma in their own projects. This guide should fully function offline as well, if opened via index.html
.
TODO:
The only steps left for me to consider this v1.X version finished is to finally complete the datasheet and add more internet-based examples such as an NTP clock Sketch!