LPC1768 programm for the led matrix.

Dependencies:   BufferedSerial DS3231 mbed-rtos mbed

project.h

Committer:
JOEV
Date:
2018-01-17
Revision:
3:bd1352d4dbb8

File content as of revision 3:bd1352d4dbb8:

#ifndef PROJECT_H
#define PROJECT_H
//DEFINES-----------------------------------------------------------------------
#define FIRMWARE_VERSION    1
#define TextStandard "maxon motor ag | Elektroniker"
#define matrixTIME    0
#define matrixDATE    1
#define matrixLOGO    2
#define matrixCUSTOM  2

//ERROR
#define NO_ERROR            0
#define INVALID_CMD         1
#define CMD_NOT_COMPLETE    2
#define CMD_NOT_IN_RANGE    3
#define FEB_NO_LEAP         4

//TIMER-VARIABLES
#define TIME_CHANGE         6000
#define TIME_CUSTOM_DEF     120     //120 seconds
//------------------------------------------------------------------------------

#endif