Skip to content

Releases: rpitv/pi-led-control

Bump minimist to 1.2.6

13 May 19:08
acf23ad
Compare
Choose a tag to compare

Rewrite full codebase

14 Mar 02:34
ac387a1
Compare
Choose a tag to compare

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

Add missing build artifacts

10 Mar 00:47
e6c31a7
Compare
Choose a tag to compare

What's Changed

  • Add missing build command to CD by @robere2 in #2

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

Initial release

10 Mar 00:30
4bbd850
Compare
Choose a tag to compare

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.