◆ getAnalogInputDividerCoefficient()
Definition at line 112 of file board_configuration.cpp.
112 {
113 switch (hwChannel) {
114
115 case EFI_ADC_0:
116 case EFI_ADC_1:
117 case EFI_ADC_11:
118 case EFI_ADC_6:
119 return (22.0 + 41.2) / 41.2;
120
121
122 case EFI_ADC_3:
123 case EFI_ADC_14:
124
125
126 return 1.0;
127
128
129 case EFI_ADC_7:
130 case EFI_ADC_5:
131 case EFI_ADC_2:
132
133 return 1.0;
134
135
136 case EFI_ADC_9:
137 case EFI_ADC_8:
138 return (68.0 + 6.8) / 6.8;
139
140
141 case EFI_ADC_10:
142 return (10.0 + 10.0) / 10.0;
143
144
145 case EFI_ADC_12:
146 case EFI_ADC_13:
147
148 return 1.0;
149
150 default:
152 }
154}
static constexpr engine_configuration_s * engineConfiguration
◆ getCommsLedPin()
◆ getRunningLedPin()
| Gpio getRunningLedPin |
( |
| ) |
|
◆ getWarningLedPin()
| Gpio getWarningLedPin |
( |
| ) |
|
◆ s105_boardConfigOverrides()
| static void s105_boardConfigOverrides |
( |
| ) |
|
|
static |
◆ s105_boardDefaultConfiguration()
| static void s105_boardDefaultConfiguration |
( |
| ) |
|
|
static |
◆ setIgnitionPins()
| static void setIgnitionPins |
( |
| ) |
|
|
static |
◆ setInjectorPins()
| static void setInjectorPins |
( |
| ) |
|
|
static |
◆ setup_custom_board_overrides()
| void setup_custom_board_overrides |
( |
| ) |
|
Definition at line 156 of file board_configuration.cpp.
156 {
159}
std::optional< setup_custom_board_overrides_type > custom_board_ConfigOverrides
std::optional< setup_custom_board_overrides_type > custom_board_DefaultConfiguration
static void s105_boardDefaultConfiguration()
static void s105_boardConfigOverrides()
◆ setupVbatt()
| static void setupVbatt |
( |
| ) |
|
|
static |
Go to the source code of this file.