mmotor / Mbed 2 deprecated mbed_matrix_ds3231

Dependencies:   BufferedSerial DS3231 mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers project.h Source File

project.h

00001 #ifndef PROJECT_H
00002 #define PROJECT_H
00003 //DEFINES-----------------------------------------------------------------------
00004 #define FIRMWARE_VERSION    1
00005 #define TextStandard "maxon motor ag | Elektroniker"
00006 #define matrixTIME    0
00007 #define matrixDATE    1
00008 #define matrixLOGO    2
00009 #define matrixCUSTOM  2
00010 
00011 //ERROR
00012 #define NO_ERROR            0
00013 #define INVALID_CMD         1
00014 #define CMD_NOT_COMPLETE    2
00015 #define CMD_NOT_IN_RANGE    3
00016 #define FEB_NO_LEAP         4
00017 
00018 //TIMER-VARIABLES
00019 #define TIME_CHANGE         6000
00020 #define TIME_CUSTOM_DEF     120     //120 seconds
00021 //------------------------------------------------------------------------------
00022 
00023 #endif