Skip to content

nusolar/Metro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

METRO

Metro library for Arduino or Wiring that facilitates the implementation of recurring timed events by Thomas Ouellet Fredericks with contributions from: Paul Bouchier and Benjamin.soelberg, and Alexander Martin

Download the latest version here : https://github.com/thomasfredericks/Metro-Arduino-Wiring/archive/master.zip

Documentation can be found here : https://github.com/thomasfredericks/Metro-Arduino-Wiring/wiki

This fork adds changes the functionality of the timer by implementing multiple varieties of check functions which allow for different behavior.

check() -- if the timer is expired, resets the time by updating the base time to the current time expired() -- simply checks the timer and returns true or false. checkCatchUp() -- if the timer is expired, increments the base time by the interval. Reduces buildup of lag. running() -- if the timer is still running, returns true.

About

Metro library for Arduino or Wiring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 54.6%
  • C++ 45.4%