Releases: rpitv/pi-led-control
Releases · rpitv/pi-led-control
Bump minimist to 1.2.6
- Bump minimist from 1.2.5 to 1.2.6
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
Add missing build artifacts
Initial release
Features:
- Control RGB LEDs by specifying their pins and the colors you wish to set it to.
- Blink RGB LEDs with any color at any frequency.
- Full testing suite.