tiz

Dependencies:   TextLCD X_NUCLEO_IKS01A1 func mbed-src mbed

Fork of mas by esproj

main.h

Committer:
herenvarno
Date:
2016-08-23
Revision:
5:100310ea8fba
Parent:
3:4355890e55b4

File content as of revision 5:100310ea8fba:

#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__