Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages