Skip to content

TelevisionNinja/Arduino-Timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino-Timer

A simple stopwatch like timer for arduino

Methods

  • start()

    • starts or resumes the timer. the timer resumes if reset() was not called before start() is called
  • stop()

    • stops the timer and sets the elapsed time
  • getTime()

    • returns the time the timer is currrently at or stopped on
  • reset()

    • sets the timer back to 0 and stops the timer if it's running
  • isRunning()

    • check if the timer is running

About

A simple stopwatch like timer for arduino

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages