Skip to content

Rudolph/rudTasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rudTasks

A simple task scheduler library for Arduino. There is probably a much better way of doing this, but I don't know it, and this works for me.

This uses a basic "if millis minus last-millis is greater than interval" kind of timing. Therefore it can be royally screwed up by functions that take longer than interval to run. In other words, do not use this library for anything remotely critical.

About

A simple task scheduler library for Arduino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages