Skip to content

A collection of objects and utilities for the Arduino.

Notifications You must be signed in to change notification settings

stejsoftware/ArduinoLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArduinoLibrary Build Status

A collection of objects and utilities for the Arduino.

  • Timer
    • A class for executing code at a specifict rate without using delays
  • Button
    • Add event handlers to physical button like 'click' or 'double click'
  • Led
    • fade or flash an led without delays
  • Relay
    • control a relay with timing
  • List
    • A generic template list class
  • Ball
    • display a busy indicator