Skip to content

Rewrite full codebase

Compare
Choose a tag to compare
@robere2 robere2 released this 14 Mar 02:34
· 3 commits to dev since this release
ac387a1

What's Changed

  • Restructured codebase to be more flexible by @robere2 in #3
    • Added classes LED and LEDArray which allows for an arbitrary number of LEDs to be controlled
    • Added class Animation which allows for complex changes in brightness in an LED, instead of just blinking on and off.
    • Added Curves, which includes a few pre-built curve functions (including blinking).
  • Add examples by @robere2 in #5

Full Changelog: v1.0.1...v2.0.0