Rewrite full codebase
What's Changed
- Restructured codebase to be more flexible by @robere2 in #3
- Added classes
LED
andLEDArray
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).
- Added classes
- Add examples by @robere2 in #5
Full Changelog: v1.0.1...v2.0.0