Releases: jandelgado/jled
Releases · jandelgado/jled
Release 4.7.1
fix time rollover (#80)
Release 4.7.0
Support for the Rasperry Pi Pico added. See example/raspi_pico
and README.md for details.
Release 4.6.1
fix: Forever()
on sequence had no effect (#68)
Release 4.6.0
Provide Repeat() and Forever() methods on the JLedSequence class (#67)
See README.md for details.
Release 4.5.2
fix for ESP32 glimming LED problem when using low-active connections (#60)
Release 4.5.1
fix support for Nano 33 BLE (#53)
Release 4.5.0
New MaxBrightness
method that allows to limit the output added (#43)
Release 4.4.0
JLed now support the mbed framework. See README.md and examples/multiled_mbed
for examples.
Release 4.2.1
Fix SAMD21 hard fault problem (#27, memory alignment; could also affect other platforms)
Release 4.2.0
Changing an effect starts animation over (addresses #25)
See CHANGELOG.md for details.