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.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
9:5627b407e097 | 2013-06-26 | leihen | Changed initialization |
8:d0e66fa78e79 | 2013-06-23 | leihen | 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. |
7:dca20be3ef38 | 2013-06-23 | leihen | Got rid of Compiler error with merging the two classes into one file. Strange Thing though... |
6:bba89618ee63 | 2013-06-23 | leihen | rewritten the Header due to some strange error while compiling. |
5:30531f2121a2 | 2013-06-23 | leihen | Update |
4:d2cc690aaac7 | 2013-06-23 | leihen | Added a RTC wrapper class. |
3:e89d63f3342e | 2013-06-23 | leihen | Working Revision. |
2:ee81f2c5a706 | 2013-06-05 | leihen | Fully working Version. |
1:64274190e842 | 2013-06-02 | leihen | First complete Version - untested. |
0:3940f0ad2ca5 | 2013-06-02 | leihen | Initial Revision - not working yet. |