rodan / ds3231

arduino library for DS3231 RTC

Home Page:http://www.maxim-ic.com/datasheet/index.mvp/id/4627

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  DS3231 library for the Arduino.

  This library implements the following features:

   - read/write of current time, both of the alarms,
   control/status registers, aging register
   - read of the temperature register, and of any address from the chip.

  Author:          Petre Rodan <2b4eda@subdimension.ro>
  Available from:  https://github.com/rodan/ds3231
  License:         GNU GPLv3

  The DS3231 is a low-cost, extremely accurate I2C real-time clock 
  (RTC) with an integrated temperature-compensated crystal oscillator 
  (TCXO) and crystal.

  support for ESP32 written by Helmut Tschemernjak

About

arduino library for DS3231 RTC

http://www.maxim-ic.com/datasheet/index.mvp/id/4627


Languages

Language:C++ 76.6%Language:C 23.4%