🌐
GitHub
github.com › turicas › DS1307
GitHub - turicas/DS1307: Arduino library for reading and setting date and time for the DS1307 Real-Time Clock IC
Arduino library for reading and setting date and time for the DS1307 Real-Time Clock IC - turicas/DS1307
Starred by 11 users
Forked by 8 users
Languages   Java 55.2% | C++ 30.5% | C 14.3% | Java 55.2% | C++ 30.5% | C 14.3%
🌐
GitHub
github.com › PaulStoffregen › DS1307RTC
GitHub - PaulStoffregen/DS1307RTC: Use a DS1307 Real Time Clock chip with the Time library · GitHub
Readme file for DS1307RTC Library The DS1307RTC library is provided to demonstrate the Arduino Time library.
Starred by 152 users
Forked by 88 users
Languages   C++
🌐
GitHub
github.com › jarzebski › Arduino-DS1307
GitHub - jarzebski/Arduino-DS1307: DS1307 Real-Time-Clock
DS1307 Real-Time Clock. ... In the near future I plan to refactoring the libraries. The main goal is to improve code quality, new features and add support for different versions of Arduino boards like Uno, Mega and Zero.
Starred by 8 users
Forked by 9 users
Languages   C++ 73.6% | C++ 73.6%
🌐
GitHub
github.com › denicsdevices › DS1307
GitHub - denicsdevices/DS1307: Arduino library for using DS1307. This library allows user to select Hardware Wire Instances and/or Wire pins on boards using ARM32 MCUs.
The Denics Devices DS1307 is an Arduino library for interfacing with the DS1307 real time clock chip. This library is an evolution of Bonezegei_DS1307 library by Bonezegei (Jofel Batutay).
Author   denicsdevices
🌐
GitHub
github.com › rambo › ds1307
GitHub - rambo/ds1307: Arduino library for DS1307 RTC
Arduino library for DS1307 RTC. Contribute to rambo/ds1307 development by creating an account on GitHub.
Starred by 4 users
Forked by 2 users
Languages   C++ 47.4% | C++ 47.4%
🌐
GitHub
github.com › filipeflop › DS1307 › blob › master › DS1307.h
DS1307/DS1307.h at master · makerhero/DS1307
July 15, 2015 - DS1307.h - Arduino library support for the DS1307 I2C Real-Time Clock · Copyright (C)2015 Rinky-Dink Electronics, Henning Karlsen. All right reserved · · This library has been made to easily interface and use the DS1307 RTC with · ...
Author   makerhero
🌐
Majicdesigns
majicdesigns.github.io › MD_DS1307 › index.html
MD_D1307 Real Time Clock Library: Arduino DS1307 Library
This library features access to all on-chip features ... Cleaned up dependency on ESP8266 for constructor change. ... Added overloaded constructor specifying sca and scl. ... Changed examples to remove 'deprecated' compiler warning. ... Fixed bug in setting the time when in 12 hour mode. ... Changed class to MD_DS1307 and standardised on lower letter case 1st letter for method names.
🌐
GitHub
github.com › Erriez › ErriezDS1307
GitHub - Erriez/ErriezDS1307: DS1307 RTC (Real Time Clock) library for Arduino
DS1307 RTC (Real Time Clock) library for Arduino. Contribute to Erriez/ErriezDS1307 development by creating an account on GitHub.
Author   Erriez
Find elsewhere
🌐
GitHub
github.com › MajicDesigns › MD_DS1307
GitHub - MajicDesigns/MD_DS1307: DS1307 Real Time Clock Library
Library for using a DS1307 RTC with the Arduino platform.
Starred by 17 users
Forked by 8 users
Languages   C++ 100.0% | C++ 100.0%
🌐
GitHub
github.com › Makuna › Rtc
GitHub - Makuna/Rtc: Arduino Library for RTCs, Ds1302, Ds1307, Ds3231, Ds3232, Ds3234 and Pcf8563/BM8563 with deep support. Please refer to the Wiki for more details. Please use the Github Discussions to ask questions as the GitHub Issues feature is used for bug tracking. · GitHub
Arduino Library for RTCs, Ds1302, Ds1307, Ds3231, Ds3232, Ds3234 and Pcf8563/BM8563 with deep support. Please refer to the Wiki for more details. Please use the Github Discussions to ask questions as the GitHub Issues feature is used for bug tracking. - GitHub - Makuna/Rtc: Arduino Library for RTCs, Ds1302, Ds1307, Ds3231, Ds3232, Ds3234 and Pcf8563/BM8563 with deep support.
Starred by 379 users
Forked by 131 users
Languages   C++ 98.2% | C 1.8%
🌐
GitHub
github.com › akafugu › ds_rtc_lib
GitHub - akafugu/ds_rtc_lib: A library for the DS1307 and DS3231 real time clocks for ATMega chips and Arduino · GitHub
A library for the DS1307 and DS3231 real time clocks for ATMega chips and Arduino - akafugu/ds_rtc_lib
Starred by 29 users
Forked by 16 users
Languages   C 50.3% | C++ 39.7% | Makefile 5.0%
🌐
GitHub
github.com › 3tawi › DS1307ESP
GitHub - 3tawi/DS1307ESP: An Arduino library for setting and retrieving RTC DS1307 on ESP32 ESP8266 ESP01 boards
An Arduino library for setting and retrieving RTC DS1307 on ESP32 ESP8266 ESP01 boards - 3tawi/DS1307ESP
Author   3tawi
🌐
GitHub
github.com › thexeno › DS1307-Emulator-Arduino-Library
GitHub - thexeno/DS1307-Emulator-Arduino-Library: The emulator of the world famous chip.
May 6, 2017 - The emulator of the world famous chip. Contribute to thexeno/DS1307-Emulator-Arduino-Library development by creating an account on GitHub.
Starred by 10 users
Forked by 2 users
Languages   C++ 70.7% | C 29.3% | C++ 70.7% | C 29.3%
🌐
GitHub
github.com › adafruit › RTClib
GitHub - adafruit/RTClib: A fork of Jeelab's fantastic RTC Arduino library · GitHub
This is a fork of JeeLab's fantastic real time clock library for Arduino. Works great with Adafruit RTC breakouts: DS3231 Precision RTC (breakout) and Stemma QT version · PCF8523 RTC · DS1307 RTC · Please note that dayOfTheWeek() ranges from ...
Starred by 859 users
Forked by 725 users
Languages   C++
🌐
GitHub
github.com › topics › ds1307
ds1307 · GitHub Topics · GitHub
An STM32 HAL library for the DS1307 ... 7segment lm335 srf02 cmps10 frequencymeter smt160 srf05 ... Arduino library to support DS1307 and similar I2C real-time clocks....
🌐
GitHub
github.com › PaulStoffregen › DS1307RTC › blob › master › DS1307RTC.h
DS1307RTC/DS1307RTC.h at master · PaulStoffregen/DS1307RTC
* DS1307RTC.h - library for DS1307 RTC · * This library is intended to be uses with Arduino Time library functions · */ · #ifndef DS1307RTC_h · #define DS1307RTC_h · · #include <TimeLib.h> · // library interface description · class ...
Author   PaulStoffregen