◆ hellen88_boardConfigOverrides()
| static void hellen88_boardConfigOverrides |
( |
| ) |
|
|
static |
◆ hellen88_boardDefaultConfiguration()
| static void hellen88_boardDefaultConfiguration |
( |
| ) |
|
|
static |
Board-specific configuration defaults.
Definition at line 77 of file board_configuration.cpp.
77 {
80
82
85
87
90
93
94
96
97
99
101
102
104
106
108
110
112
113
116
120}
void setPPSCalibration(float primaryUp, float primaryDown, float secondaryUp, float secondaryDown)
void setCrankOperationMode()
void setAlgorithm(engine_load_mode_e algo)
static void setupDefaultSensorInputs()
static void setIgnitionPins()
static void setInjectorPins()
Referenced by setup_custom_board_overrides().
◆ setIgnitionPins()
| static void setIgnitionPins |
( |
| ) |
|
|
static |
◆ setInjectorPins()
| static void setInjectorPins |
( |
| ) |
|
|
static |
◆ setup_custom_board_overrides()
| void setup_custom_board_overrides |
( |
| ) |
|
Definition at line 122 of file board_configuration.cpp.
122 {
125}
std::optional< setup_custom_board_overrides_type > custom_board_ConfigOverrides
std::optional< setup_custom_board_overrides_type > custom_board_DefaultConfiguration
static void hellen88_boardDefaultConfiguration()
Board-specific configuration defaults.
static void hellen88_boardConfigOverrides()
◆ setupDefaultSensorInputs()
| static void setupDefaultSensorInputs |
( |
| ) |
|
|
static |
Definition at line 34 of file board_configuration.cpp.
34 {
35
38
40
43
47
49
51}
void setPPSInputs(adc_channel_e pps1, adc_channel_e pps2)
Go to the source code of this file.