-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
14 lines (9 loc) · 631 Bytes
/
README
File metadata and controls
14 lines (9 loc) · 631 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A set of libraries for performing periodic actions on the arduino platform.
Illustrative example:
http://github.com/aaronds/arduino-unix-time/blob/master/UnixTimeCron/examples/unix_time_cron_example/unix_time_cron_example.pde
UnixTime - An abstract class for a time source to inherit from.
MillisRTC - A time source using the millis() command.
Timer2RTC - A much better time source requiring an external 37Khz oscillator.
UnixTimeCron - The library which performs periodic actions (see examples folder).
Download zips to be extracted in the Arduino libraries folder from:
http://github.com/aaronds/arduino-unix-time/downloads