blog/_posts/2014-12-04-real-time-clock-...

15 lines
548 B
Markdown

---
title: "Real Time Clock Module DS1302"
date: 2014-12-04
url: real-time-clock-module-ds1302
layout: post
category: Hacking
---
[![A missing blog post image](/img/blog/real-time-clock-module-ds1302.png)](/img/blog/real-time-clock-module-ds1302.png)
RTC Module is tricky to use, and there is not "easy" library available...
It's why I've decided to build "mine" according to the [Arduino's official file](http://playground.arduino.cc/Main/DS1302).
The result is [here](https://gist.github.com/HorlogeSkynet/2d767c3af4862580c6287aa7901cf031).