You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* No longer using floating point operations.
Functions breathe, fade-on, fade-off are now implemented using
linear approximations.
* Changed method how fade-off is calculated
* Made flickering workaround optional (see jled.cpp)
- refactorings
- restructured tests
- update catch.hpp testing framework
- added user_param for user supplied brightness function
- fixed bug that last state was not calculated properly
- reformatted code