only:hellen-112-17

This commit is contained in:
rusefi 2023-10-12 19:55:43 -04:00
parent 062f9528e2
commit f2944a6104
1 changed files with 18 additions and 4 deletions

View File

@ -144,10 +144,24 @@ void setBoardDefaultConfiguration() {
}
static Gpio OUTPUTS[] = {
Gpio::MM100_INJ1,
Gpio::MM100_INJ2,
Gpio::MM100_INJ3,
Gpio::MM100_INJ4,
Gpio::MM100_INJ1, // 244 injector output 1
Gpio::MM100_INJ2, // 242 injector output 2
Gpio::MM100_INJ3, // 243 injector output 3
Gpio::MM100_INJ4, // 245 injector output 4
Gpio::MM100_IGN1, // 256 Coil 1
Gpio::MM100_IGN2, // 253 Coil 2
Gpio::MM100_IGN3, // 254 Coil 3
Gpio::MM100_IGN4, // 255 Coil 4
Gpio::MM100_IGN8, // 115 Main Relay
Gpio::MM100_OUT_PWM4, // 141 Engine Radiator Fan
Gpio::MM100_INJ5, // 101 low side 1.5A output
Gpio::MM100_INJ6, // 102 low side 1.5A output
Gpio::MM100_OUT_PWM3, // 131 Relay Output
Gpio::MM100_IGN7, // 140 Relay Output
Gpio::MM100_OUT_PWM5, // 142 Fuel Pump Relay
Gpio::MM100_IGN5, // 151 relay output
Gpio::MM100_IGN6, // 152 relay output
Gpio::MM100_INJ7, // 235 Low Side Output
};
int getBoardMetaOutputsCount() {