auto-sync

This commit is contained in:
rusEfi 2017-01-30 06:02:53 -05:00
parent c36f9bb8ee
commit 89611c39f3
3 changed files with 10 additions and 4 deletions

View File

@ -526,9 +526,9 @@ static THD_WORKING_AREA(lcdThreadStack, UTILITY_THREAD_STACK_SIZE);
static THD_WORKING_AREA(blinkingStack, 128);
// move this into EnginePins?
OutputPin communicationPin;
OutputPin communicationPin; // blue LED on brain board by default
OutputPin warningPin;
OutputPin runningPin;
OutputPin runningPin; // green LED on brain board by default
static OutputPin *leds[] = { &warningPin, &runningPin, &enginePins.checkEnginePin,
&enginePins.errorLedPin, &communicationPin, &enginePins.checkEnginePin };

View File

@ -83,9 +83,15 @@ public:
OutputPin fuelPumpRelay;
OutputPin o2heater;
// OutputPin alternatorField;
OutputPin errorLedPin;
/**
* brain board RED LED by default
*/
OutputPin errorLedPin; //
OutputPin idleSolenoidPin;
OutputPin alternatorPin;
/**
* this one is usually on the gauge cluster, not on the ECU
*/
OutputPin checkEnginePin;
NamedOutputPin tachOut;
OutputPin etbOutput1;

View File

@ -240,7 +240,7 @@ ThermistorConf iat;
int step1rpm;A secondary Rev limit engaged by the driver to help launch the vehicle faster;"rpm", 1, 0, 0, 20000.0, 2
int step1timing;;"deg", 1, 0, -180, 180, 2
int hip9011PrescalerAndSDO;;"integer", 1, 0.0, 0.0, 32, 0
int hip9011PrescalerAndSDO;6=8MHz todo solit two bit fields;"integer", 1, 0.0, 0.0, 32, 0
float knockBandCustom;+kHz knock band override;"kHz", 1, 0.0, 0.0, 10.0, 2