Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodan/ds3231
arduino library for DS3231 RTC
https://github.com/rodan/ds3231
arduino-library
Last synced: 3 months ago
JSON representation
arduino library for DS3231 RTC
- Host: GitHub
- URL: https://github.com/rodan/ds3231
- Owner: rodan
- Archived: true
- Created: 2011-09-02T20:11:42.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T10:17:31.000Z (about 3 years ago)
- Last Synced: 2024-06-30T04:13:13.042Z (4 months ago)
- Topics: arduino-library
- Language: C++
- Homepage: http://www.maxim-ic.com/datasheet/index.mvp/id/4627
- Size: 34.2 KB
- Stars: 137
- Watchers: 23
- Forks: 93
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- Awesome-arduino - ds3231 - Arduino library for DS3231 RTC (Libraries)
- awesome-arduino - ds3231 - Arduino library for DS3231 RTC (Libraries)
README
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 <[email protected]>
Available from: https://github.com/rodan/ds3231
License: GNU GPLv3The 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