Skip to content

balarsen/TaskManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is an Arduino library to provide for a task manager to run various routines on a timer interrupt.

This works by keeping track of ticks for each Task.  When the Task overflows its ticks it is run.  The duration of a tick is set in the instantiation of the TaskManager class.

Limitations:
- There is no plan for context switching, too much for this uC


About

Simple task manager for Arduino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages