Skip to content

Releases: tfeldmann/Arduino-Blinkenlight

v2.3.0

20 Dec 11:17
Compare
Choose a tag to compare
  • logarithmic is now true by default
  • Add pattern and flash method with SpeedSetting parameter
  • Added example FadeComparison

v2.2.0

17 Dec 17:19
Compare
Choose a tag to compare
  • Fixes a bug where no default speed is set
  • Fixes a bug in the SerialBlink example where Serial.begin() is not called
  • BaseFader now supports custom value ranges (default = 255)
  • Small code speedup in BaseFader

v2.1.0

17 Dec 17:19
Compare
Choose a tag to compare
  • Removed default speeds from methods

v2.0.1

16 Dec 11:20
Compare
Choose a tag to compare
  • Renamed library to Blinkenlight

v2.0.0

16 Dec 10:32
Compare
Choose a tag to compare
  • Revamped API!
  • New: writes the state only on changes, not on every update
  • Renamed the classes and header files:
    • IndicatorPin -> Indicator
    • FadingIndicatorPin -> FadeIndicator
    • Indicator -> BaseIndicator
    • FadingIndicator -> BaseFadeIndicator
  • Code cleanups
  • Uses GitHub Actions for tests