punkle / ArduinoCronLibrary

Arduino Cron Library
35 stars 11 forks source link

Arduino Cron Library

The Arduino Cron Library is a library which allows an Arduino sketch define a set of commands which may be executed at a specified time.

The library makes use of a cron like syntax to schedule commands to be executed. It makes use of the RTC DS1307 chip to read the time. To communicate with the chip the library uses the RTClib library from adafruit.

Installation

To get started you need to do the following:

To use

The following commands are currently available:

Creating New Commands

If you would like to create your own commands, simply