GDI Epic #1448
This commit is contained in:
parent
a7c97b3508
commit
a51b68bbed
|
@ -84,6 +84,7 @@ void RegisteredOutputPin::unregister() {
|
|||
|
||||
EnginePins::EnginePins() :
|
||||
mainRelay("mainRelay", CONFIG_PIN_OFFSETS(mainRelay)),
|
||||
hpfpValve("hpfpValve", CONFIG_PIN_OFFSETS(hpfpValve)),
|
||||
starterControl("starterControl", CONFIG_PIN_OFFSETS(starterControl)),
|
||||
starterRelayDisable("starterRelayDisable", CONFIG_PIN_OFFSETS(starterRelayDisable)),
|
||||
fanRelay("fanRelay", CONFIG_PIN_OFFSETS(fan)),
|
||||
|
|
|
@ -148,6 +148,10 @@ public:
|
|||
bool stopPins();
|
||||
void unregisterPins();
|
||||
RegisteredOutputPin mainRelay;
|
||||
/**
|
||||
* High Pressure Fuel Pump valve control
|
||||
*/
|
||||
RegisteredOutputPin hpfpValve;
|
||||
// this one cranks engine
|
||||
RegisteredOutputPin starterControl;
|
||||
// this one prevents driver from cranking engine
|
||||
|
|
Loading…
Reference in New Issue