LPC1768 programm for the led matrix.

Dependencies:   BufferedSerial DS3231 mbed-rtos mbed

Revision:
3:bd1352d4dbb8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project.h	Wed Jan 17 07:12:35 2018 +0000
@@ -0,0 +1,23 @@
+#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
\ No newline at end of file