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: BSP_DISCO_F746NG_patch_fixed LCD_DISCO_F746NG TS_DISCO_F746NG FATFileSystem TinyJpgDec_interwork mbed-src
Diff: UI_Wakup.cpp
- Revision:
- 3:ecf7f1f8d749
- Child:
- 5:13c70bcde7f6
diff -r 80026d18fcf3 -r ecf7f1f8d749 UI_Wakup.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/UI_Wakup.cpp Thu Oct 29 18:09:31 2015 +0000
@@ -0,0 +1,13 @@
+#include "WakeupLight.h"
+
+void UI_WakeupHandler(UI_REASON_ENUM reason,uint32_t index,UI_STRUCT *ui)
+{
+ switch (reason)
+ {
+ case UR_CLICK:
+ break;
+
+ case UR_TIMER:
+ break;
+ }
+}