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: TextLCD X_NUCLEO_IKS01A1 func mbed-src mbed
Fork of mas by
main.h
00001 #include "mbed.h" 00002 #include "x_nucleo_iks01a1.h" 00003 #include "func/Error.h" 00004 #include "func/Config.h" 00005 #include "func/Display.h" 00006 #include "func/RawData.h" 00007 00008 #ifndef __MAIN_H__ 00009 #define __MAIN_H__ 00010 00011 enum{ 00012 BTN_RELEASED, 00013 BTN_PRESSED, 00014 BTN_PRESSED_LONG, 00015 BTN_PRESSED_VERY_LONG 00016 }; 00017 00018 enum{ 00019 MODE_NORMAL, 00020 MODE_CONFIG, 00021 MODE_CONFIG_AUTO 00022 }; 00023 00024 enum{ 00025 FUNC_DATETIME, 00026 FUNC_TEMPHUMI, 00027 FUNC_ALTICDIR 00028 }; 00029 00030 00031 00032 #endif // __MAIN_H__
Generated on Wed Jul 20 2022 18:03:53 by
1.7.2
