Skip to content

Use simple timer implementation with or without Timer interrupt handler (callback). Also it has a stopwatch and CyclicStopwatch.

License

Notifications You must be signed in to change notification settings

MSLM-Electric/SimpleTimer

Repository files navigation

It better to use "SimpleTimerWP.c", more easier and flexible to use, but mayb lil bit complicated to understand (look the simpler code on "OldVersion/SimpleTimer.c").

Not RTOS required. Just config some timers of any microcontroller to ticking as a reference for and use this lib. If you don't want use the Timers interrupt then just configurate the timer as counter.

You can launch the console app to see what happens on this example application. To do it: go to the folder "DemoAppl/" and open "TimerWithCBdemo.exe" Download this demo "*.exe" by clicking "Download raw file" and run it.

!!! PROJECT'S STATUS !!! Completed.

Arduino compatible lib located on OldVersion/SimpleTimer.cpp

About

Use simple timer implementation with or without Timer interrupt handler (callback). Also it has a stopwatch and CyclicStopwatch.

Resources

License

Stars

Watchers

Forks

Packages

No packages published