SAE Teensy ECU
IIT SAE Microcontroller programming
Loading...
Searching...
No Matches
ECUGlobalConfig.h
Go to the documentation of this file.
1
14
#ifndef __ECU_GLOBALCONFIG_H__
15
// @cond
16
#define __ECU_GLOBALCONFIG_H__
17
// @endcond
18
22
#define CONFIG_ACTIVE_NODE FRONT_ECU
23
// #define FRONT_ECU FRONT_ECU
27
// #define BACK_ECU BACK_ECU
28
32
#define CONF_ECU_DEBUG 1
33
37
#ifdef CONF_ECU_DEBUG
38
42
// #define SILENT
43
47
// #define ECU_TESTING FRONT_ECU
48
49
#endif
50
51
#ifndef CONF_ECU_POSITION
56
#define CONF_ECU_POSITION BACK_ECU
57
// #define CONF_ECU_POSITION FRONT_ECU // Defines build is for front ECU
58
#endif
59
63
#define CONF_ECU_BAUD_RATE 115200
64
68
#define CONF_ECU_INITAL_DELAY 2000
69
70
#endif
// __ECU_GLOBALCONFIG_H__
libraries
ECUGlobalConfig
ECUGlobalConfig.h
Generated by
1.9.8