RTClib
|
This is a fork of JeeLab's fantastic real time clock library for Arduino.
For details on using this library with an RTC module like the DS1307, PCF8523, or DS3231, see the guide at: https://learn.adafruit.com/ds1307-real-time-clock-breakout-board-kit/overview
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
This library provides the following classes:
millis()
micros()
; its drift rate can be tuned by the userOriginal library by JeeLabs https://jeelabs.org/pub/docs/rtclib/, released to the public domain.
This version: MIT (see LICENSE)