Skip to content

An Arduino library to schedule tasks using RTC as the clock

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

SodaqMoja/RTCTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an Arduino library to easily perform scheduled tasks. The timing is done by looking at an RTC and an update function that must be called from the Arduino main loop.

This library was inspired by Simon Monk's Timer.

The reason for this library is that it uses an RTC (e.g. DS3231) to supply a clock. It will remain functional when the MCU goes to "deep sleep".

The biggest difference with Timer is that RTCTimer uses the units that RTC can give, which is most likely seconds (not milliseconds).

About

An Arduino library to schedule tasks using RTC as the clock

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages