only:uaefi121
This commit is contained in:
parent
7a00cf6d32
commit
214e8f2fcc
|
@ -64,8 +64,7 @@ void setBoardDefaultConfiguration() {
|
|||
}
|
||||
|
||||
int getBoardMetaDcOutputsCount() {
|
||||
// todo return 2;
|
||||
return 0;
|
||||
return 2;
|
||||
}
|
||||
|
||||
static Gpio OUTPUTS[] = {
|
||||
|
@ -80,10 +79,17 @@ static Gpio OUTPUTS[] = {
|
|||
Gpio::MM100_INJ7, // 14a LS1
|
||||
Gpio::MM100_INJ8, // 15a LS2
|
||||
Gpio::MM100_OUT_PWM1, // 16a LS3
|
||||
Gpio::MM100_OUT_PWM2,
|
||||
Gpio::MM100_OUT_PWM2, // 88a LS4
|
||||
Gpio::MM100_IGN7,
|
||||
Gpio::MM100_IGN8,
|
||||
Gpio::MM100_LED2_GREEN
|
||||
Gpio::MM100_LED2_GREEN,
|
||||
Gpio::MM100_IGN1, // Coil 1
|
||||
Gpio::MM100_IGN2, // Coil 2
|
||||
Gpio::MM100_IGN3, // Coil 3
|
||||
Gpio::MM100_IGN4, // Coil 4
|
||||
Gpio::MM100_IGN5, // Coil 5
|
||||
Gpio::MM100_IGN6, // Coil 6
|
||||
|
||||
};
|
||||
|
||||
int getBoardMetaOutputsCount() {
|
||||
|
@ -91,7 +97,7 @@ int getBoardMetaOutputsCount() {
|
|||
}
|
||||
|
||||
int getBoardMetaLowSideOutputsCount() {
|
||||
return getBoardMetaOutputsCount() - 1;
|
||||
return getBoardMetaOutputsCount() - 1 - 6;
|
||||
}
|
||||
|
||||
Gpio* getBoardMetaOutputs() {
|
||||
|
|
|
@ -489,14 +489,14 @@ pins:
|
|||
function: BUTTON2 sensor
|
||||
|
||||
- pin: 86a
|
||||
ts_name: LS5_HOT
|
||||
ts_name: ___ LS5_HOT
|
||||
mega: MM100_IGN7
|
||||
class: outputs
|
||||
function: Low-Side 5 always hot / relay capable output
|
||||
type: ls
|
||||
|
||||
- pin: 87a
|
||||
ts_name: LS6_HOT
|
||||
ts_name: ___ LS6_HOT
|
||||
mega: MM100_IGN8
|
||||
class: outputs
|
||||
function: Low-Side 6 always hot / relay capable output
|
||||
|
|
Loading…
Reference in New Issue