At my local hackerspace (Labitat.dk) I have invited people to help in the preparation of an Arduino Weekend Workshop, so for a few months a few of us have been doing Arduino stuff every Thursday.
Some weeks ago we looked at RTC chips, and someone brought the Chronodot to my attention. What a delightful revelation that was. And then I discovered the Adafruit RTClib on github, and the compile issues about Arduino 1.0 and <1.0, and I saw how different people had worked on adding functionality to the RTClib on github.
I actually do not know much about C or C++ programming, or GIT for that matter, but I love the Arduino Concept platform and open source, and I wanted easy access to all the functionality that has been revealed to me over the past few weeks about RTC chips, so I have merged all the information I have found into an RTClib on github, and thought I would share it with the rest of you.
So have a look at https://github.com/MrAlvin/RTClib
Comments, suggestions and improvement ideas are very welcome.
/MrAlvin

