logarithmic
is nowtrue
by default- Add
pattern
andflash
method withSpeedSetting
parameter - Added example
FadeComparison
- 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
- Removed default speeds from methods
- Renamed library to
Blinkenlight
- Revamped API!
- New: writes the state only on changes, not on every update
- Renamed the classes and header files:
BlinkenlightPin
->Blinkenlight
FadingBlinkenlightPin
->Fadinglight
Blinkenlight
->BaseBlinker
FadingBlinkenlight
->BaseFader
- Code cleanups
- Uses GitHub Actions for tests
- Renamed
configure
-method
- renamed
count()
method topattern()
- Initial release