Releases: Zanduino/RotaryEncoder
Releases · Zanduino/RotaryEncoder
Enhancement release
Changed source code formatting to clang-format and implemented doxygen-style code. Issue #2
Bug Fix Release
Enhancement #1 and DOI
Added hardware debounce option
Added parameter to the instantiation which disables the internal pull-ups for the encoder pins 1 and 2 when hardware debouncing is being used.
Improved fade mechanism
Improved color setting and fade mechanism
Changed SetFade() to SetFadeRate()
The old SetFade() function was boolean, the new SetFadeRate accepts a parameter setting the fade rate delay in units of 500 microseconds, e.g. SetFadeRate(10) will fade from full on to off in 500ms or 1/2 second.
Bug Fix Release
Corrected bug preventing LEDs to turn on after instantiation
Initial Release
Initial public release. Includes the Rotary Encoder Wiki pages.