Satoshi Togawa / Mbed 2 deprecated LcdClock

Dependencies:   DebouncedEdgeIn I2cLCD_cursor Rtc8564 mbed beep

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers I_SetMode.h Source File

I_SetMode.h

00001 #ifndef I_SET_MODE_H
00002 #define I_SET_MODE_H
00003 
00004 #include "OperationMode.h"
00005 
00006 namespace Model
00007 {
00008 class I_SetMode
00009 {
00010 public:
00011     virtual ~I_SetMode() {}
00012 
00013     virtual void mode(OperationMode mode) = 0;
00014 };
00015 }
00016 
00017 #endif // I_SET_MODE_H