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

 
 

Repository files navigation

Advantages of the VirtualDelay library:

  • The delay is virtual, during the delay, the code execution is continued
  • We can use multiple delays sequentially in a loop.
  • We can use multiple delays simultaneously and independent of each other.
  • The delay time can set in micro-seconds or milli-seconds.
  • No hardware timers are used
  • The library is timer-rollover safe

See the article https://www.avdweb.nl/arduino/timing/virtualdelay

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%