Clock with Real-Time Clock (RTC-8564) and I2C LCD module(SB1062B).

Dependencies:   DebouncedEdgeIn I2cLCD_cursor Rtc8564 mbed beep

/media/uploads/togayan/imgp0004s.jpg /media/uploads/togayan/lcdclock_circuit_rev4.png

Revision:
2:6f0158399eff
Parent:
1:f8713c387a68
Child:
3:061cccf4093a
--- a/Model/I_SetPresentTime.h	Fri Feb 14 09:24:03 2014 +0000
+++ b/Model/I_SetPresentTime.h	Mon Feb 17 08:13:21 2014 +0000
@@ -1,6 +1,8 @@
 #ifndef I_SET_PRESENT_TIME_H
 #define I_SET_PRESENT_TIME_H
 
+#include "Model/OperationMode.h"
+
 namespace Model
 {
 class I_SetPresentTime
@@ -9,6 +11,7 @@
     virtual ~I_SetPresentTime() {}
 
     virtual void setPresentTime() = 0;
+    virtual void mode(Model::OperationMode mode) = 0;
 };
 }