Skip to content
forked from adafruit/RTClib

A fork of Jeelab's fantastic RTC library

Notifications You must be signed in to change notification settings

rlameiro/RTClib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Original code from JeeLabs http://news.jeelabs.org/code/

forked by Adafruit

and then forked by me... rlameiro :D

The only modification I made, was to add a little class/function to allow to set the time directly via the microcontroller.

so, calling:

RTC_DS1307.set(hour, min, sec, day, month, year-4digit)

you set the DS1307 clock. 

About

A fork of Jeelab's fantastic RTC library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.7%
  • Java 33.3%