Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DebouncedEdgeIn I2cLCD_cursor Rtc8564 mbed beep
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
Generated on Wed Jul 13 2022 02:25:45 by
1.7.2