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.
Fork of Skool_wkshp_lib2015 by
menu.h
00001 #ifndef MENU_H 00002 #define MENU_H 00003 00004 typedef enum { 00005 IN_LOOP = 0, 00006 IN_MENU = 1, 00007 ALARM_ON_OFF = 2, 00008 SET_TIME = 3, 00009 SET_ALARM = 4, 00010 SET_DATE = 5, 00011 FINISH = 6 00012 }FSM_State; 00013 00014 #define MAINMENU_ITEMMAX 4 00015 00016 00017 void MainMenu_Handler(void); 00018 void ShowAlarmText(void); 00019 00020 #endif
Generated on Thu Jul 14 2022 17:13:24 by
1.7.2
