Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 247 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 247 Bytes

Ar Button Library

This library is written to handle the button functionality in arduino platform.

Features of the library

  • Non blocking code.
  • No debouncing
  • Call back functions
  • Easy to use.
  • It uses millis instead of delays.