Netz00 / arduino-stopwatch

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C++ 100.0%