An STM32-based timer / scheduler library This project is a STM32-based library to help organize button actions and provide a simple timer / scheduler solution.
- Completely written in C, making integration into HAL projects easier.
- Easy interface helps organize all timer actions in a single location.
- Robustly unit tested
Timer.init();
Timer.every(50, Buttons.loop);$ sudo apt-get install valgrind cppcheck clang-format clang ruby$ make clean && make test
-----------------------ANALYSIS AND TESTING SUMMARY-----------------------
0 tests ignored
0 tests failed
8 tests passed
0 memory leak(s) detected
0 code warnings
0 code errors