SAE Teensy ECU
IIT SAE Microcontroller programming
Loading...
Searching...
No Matches
ECUGlobalConfig.h File Reference

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.
 

Detailed Description

Configure global build properties.

Author
IR
Version
0.1
Date
2021-02-16

This configuration file is used to define values used through out the entire project.

Definition in file ECUGlobalConfig.h.

Macro Definition Documentation

◆ CONF_ECU_BAUD_RATE

#define CONF_ECU_BAUD_RATE   115200

Set serial baud rate.

Definition at line 63 of file ECUGlobalConfig.h.

◆ CONF_ECU_DEBUG

#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.

◆ CONF_ECU_INITAL_DELAY

#define CONF_ECU_INITAL_DELAY   2000

Set a delay on startup before any ECU does anything.

Definition at line 68 of file ECUGlobalConfig.h.

◆ CONF_ECU_POSITION

#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.

◆ CONFIG_ACTIVE_NODE

#define CONFIG_ACTIVE_NODE   FRONT_ECU

Front ECU value.

Definition at line 22 of file ECUGlobalConfig.h.