tiz

Dependencies:   TextLCD X_NUCLEO_IKS01A1 func mbed-src mbed

Fork of mas by esproj

main.h

Committer:
herenvarno
Date:
2015-12-13
Revision:
3:4355890e55b4
Child:
5:100310ea8fba

File content as of revision 3:4355890e55b4:

#include "mbed.h"
#include "x_nucleo_iks01a1.h"
#include "func/Error.h"
#include "func/Config.h"
#include "func/Persistor.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
};

enum{
    FUNC_DATETIME,
    FUNC_TEMPHUMI,
    FUNC_PRESSURE,
    FUNC_CPASSDIR
};



#endif // __MAIN_H__