Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 273 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 273 Bytes

Timer

An Arduino library to manage timing without using any delays. Note you cant use same object for two timing! see example_1.ino

Methods:

Main Methods

  • setInterval()
  • repeatIn()
  • reachIn()

Extra Methods

For more control

  • block()
  • resume()
  • reset()