tiz
Dependencies: TextLCD X_NUCLEO_IKS01A1 func mbed-src mbed
Fork of mas by
main.h
- Committer:
- youle1119
- Date:
- 2016-09-14
- Revision:
- 6:fb1b3ce7738d
- Parent:
- 5:100310ea8fba
File content as of revision 6:fb1b3ce7738d:
#include "mbed.h"
#include "x_nucleo_iks01a1.h"
#include "func/Error.h"
#include "func/Config.h"
#include "func/Display.h"
#include "func/RawData.h"
#ifndef __MAIN_H__
#define __MAIN_H__
enum{
BTN_RELEASED,
BTN_PRESSED,
BTN_PRESSED_LONG,
BTN_PRESSED_VERY_LONG
};
enum{
MODE_NORMAL,
MODE_CONFIG,
MODE_CONFIG_AUTO
};
enum{
FUNC_DATETIME,
FUNC_TEMPHUMI,
FUNC_ALTICDIR
};
#endif // __MAIN_H__
