Skip to content

Arduino library that enables effortless use of your Arduino as a stopwatch, even without an RTC.

Notifications You must be signed in to change notification settings

Netz00/arduino-stopwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino-stopwatch

Library for Arduino with which you can easily use your Arduino as stopwatch. Simple library which is very useful and doesn't require any other components than Arduino.

INSTRUCTIONS:

  1. Include library, "#include <Stopwatch.h>"

  2. Make an object, "Stopwatch stopwatch;"

  3. Start the timer running, "timer1.start();"

  4. Pause/stop timer, "timer1.stop();"

  5. Reset timer, "timer1.reset();" or continue timer, "timer1.start();"

About

Arduino library that enables effortless use of your Arduino as a stopwatch, even without an RTC.

Topics

Resources

Stars

Watchers

Forks

Languages