Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSerial DS3231 mbed-rtos mbed
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
Generated on Sat Jul 23 2022 07:37:33 by
1.7.2