LE YOU / Mbed 2 deprecated mas

Dependencies:   TextLCD X_NUCLEO_IKS01A1 func mbed-src mbed

Fork of mas by esproj

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.h Source File

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__