Skip to content

Non-blocking Virtual Delay timer. Timer-rollover safe. For the Arduino Uno and Zero.

License

Notifications You must be signed in to change notification settings

DonPavlov/VirtualDelay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VirtualDelay

The standard Arduino delay() function blocks the Arduino, that is not always allowed. The standard delay has limitations too: it is not possible to use multiple delays at the same time. So I decided to developed a non-blocking library which has many advantages. See the article http://www.avdweb.nl/arduino/libraries/virtualdelay.html

About

Non-blocking Virtual Delay timer. Timer-rollover safe. For the Arduino Uno and Zero.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%