DS3231 based on Adafruit RTClib

Embed: (wiki syntax)

« Back to documentation index

RTClib.h File Reference

RTClib.h File Reference

Go to the source code of this file.

Data Structures

class  DateTime
 Simple general-purpose date/time class (no TZ / DST / leap second handling!). See http://en.wikipedia.org/wiki/Leap_second. More...
class  TimeSpan
 Timespan which can represent changes in time with seconds accuracy. More...
class  RTC_DS3231
 RTC based on the DS3231 chip connected via I2C and the Wire library. More...

Enumerations

enum  Ds3231SqwPinMode
 

DS3231 SQW pin mode settings.

More...

Detailed Description

Original library by JeeLabs http://news.jeelabs.org/code/, released to the public domain

License: MIT (see LICENSE)

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!

Definition in file RTClib.h.


Enumeration Type Documentation

DS3231 SQW pin mode settings.

Definition at line 258 of file RTClib.h.