Working Version of the Real Time Clock module DS1307.

Dependents:   Rtc_Ds1307_Sample TAREA_5_PROCESADORES Rtc_Ds1307_lcd_alarma Rtc_Ds1307_Reloj_con_alarma_aplazable ... more

This is my implementation of the DS1307.

I plan to add functionality which will make use of the OSC Input and which will increment the time continuously. A query to the module will then only have to be made when the MBED has been powered down.

History

Changed initialization default tip

2013-06-26, by leihen [Wed, 26 Jun 2013 21:05:46 +0000] rev 9

Changed initialization


Totally working now. Will set the MBED RTC once the class has been created. Can use the Ds1307 clock to Keep the System time up to date.

2013-06-23, by leihen [Sun, 23 Jun 2013 19:24:57 +0000] rev 8

Totally working now. Will set the MBED RTC once the class has been created. Can use the Ds1307 clock to Keep the System time up to date.


Got rid of Compiler error with merging the two classes into one file. Strange Thing though...

2013-06-23, by leihen [Sun, 23 Jun 2013 18:48:59 +0000] rev 7

Got rid of Compiler error with merging the two classes into one file. Strange Thing though...


rewritten the Header due to some strange error while compiling.

2013-06-23, by leihen [Sun, 23 Jun 2013 18:26:47 +0000] rev 6

rewritten the Header due to some strange error while compiling.


Update

2013-06-23, by leihen [Sun, 23 Jun 2013 17:02:21 +0000] rev 5

Update


Added a RTC wrapper class.

2013-06-23, by leihen [Sun, 23 Jun 2013 16:29:35 +0000] rev 4

Added a RTC wrapper class.


Working Revision.

2013-06-23, by leihen [Sun, 23 Jun 2013 11:26:26 +0000] rev 3

Working Revision.


Fully working Version.

2013-06-05, by leihen [Wed, 05 Jun 2013 20:42:37 +0000] rev 2

Fully working Version.


First complete Version - untested.

2013-06-02, by leihen [Sun, 02 Jun 2013 18:57:26 +0000] rev 1

First complete Version - untested.


Initial Revision - not working yet.

2013-06-02, by leihen [Sun, 02 Jun 2013 09:59:39 +0000] rev 0

Initial Revision - not working yet.