Skip to content
/ Ret_M Public

Arduino Library - Delays without the delay() function.

License

Notifications You must be signed in to change notification settings

Dragonop/Ret_M

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ret_M Arduino Library

Small library to simplify applying delays utilizing the millis() function. Ideal for time sensitive projects, debouncing, or for those who want to avoid using delay(), delayMicroseconds(), or other of the kind that halts the program.

Usage

  • Include Ret_M.h: #include "Ret_M.h"
  • Initialize a delay: Ret_M name(interval);
  • name.ret() returns true if the interval has passed.

About

Arduino Library - Delays without the delay() function.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages