SAE Teensy ECU
IIT SAE Microcontroller programming
|
Configure global build properties. More...
Go to the source code of this file.
Macros | |
#define | CONFIG_ACTIVE_NODE FRONT_ECU |
Front ECU value. | |
#define | CONF_ECU_DEBUG 1 |
Back ECU value. | |
#define | CONF_ECU_POSITION BACK_ECU |
Options that should only be allowed if debugging. | |
#define | CONF_ECU_BAUD_RATE 115200 |
Set serial baud rate. | |
#define | CONF_ECU_INITAL_DELAY 2000 |
Set a delay on startup before any ECU does anything. | |
Configure global build properties.
This configuration file is used to define values used through out the entire project.
Definition in file ECUGlobalConfig.h.
#define CONF_ECU_BAUD_RATE 115200 |
Set serial baud rate.
Definition at line 63 of file ECUGlobalConfig.h.
#define CONF_ECU_DEBUG 1 |
Back ECU value.
Define to enable normal logging on back ECU and checks to be run throughout libaries
Definition at line 32 of file ECUGlobalConfig.h.
#define CONF_ECU_INITAL_DELAY 2000 |
Set a delay on startup before any ECU does anything.
Definition at line 68 of file ECUGlobalConfig.h.
#define CONF_ECU_POSITION BACK_ECU |
Options that should only be allowed if debugging.
Define to disable logging, rendering an ECU 'silent'
Define as either 'FRONT_ECU' or 'BACK_ECU' to enable testing mode on that ECU
Defines build is for back ECU
Used for documentation
Definition at line 56 of file ECUGlobalConfig.h.
#define CONFIG_ACTIVE_NODE FRONT_ECU |
Front ECU value.
Definition at line 22 of file ECUGlobalConfig.h.