Skip to content

Commit

Permalink
turbo speed turbospeed input #2935
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Jul 27, 2021
1 parent d1e2fbf commit 3f36e73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/integration/rusefi_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ bit unused_1484_bit_31
int16_t primeInjFalloffTemperature;+This sets the temperature above which no priming pulse is used, The value at -40 is reduced until there is no more priming injection at this temperature.;"*C", 1, 0, 0, 1000, 0


int unused1488;;"index", 1, 0, 0, 7000, 0
float turboSpeedSensorMultiplier;;"mult", 1, 0, 0, 7000, 3

brain_pin_e[CAM_INPUTS_COUNT iterate] camInputsDebug;
uint8_t[CAM_INPUTS_COUNT_padding] camInputsDebugPadding;;
Expand Down Expand Up @@ -1208,7 +1208,7 @@ custom pin_mode_e 1 bits, U08, @OFFSET@, [0:6], @@pin_mode_e_enum@@
pid_s alternatorControl;
pid_s etb;
brain_pin_e[TRIGGER_INPUT_PIN_COUNT iterate] triggerInputDebugPins;
uint8_t unused1756;;"Pulse", 1, 0, 1, 5, 0
brain_input_pin_e turboSpeedSensorInputPin;
float alternator_derivativeFilterLoss;;"x", 1, 0, -1000000, 1000000, 4
float alternator_antiwindupFreq;;"x", 1, 0, -1000000, 1000000, 4
int16_t tps2Min;Closed throttle#2. todo: extract these two fields into a structure\nSee also tps2_1AdcChannel\nset tps2_min X;"ADC", 1, 0, 0, 1023, 0
Expand Down
2 changes: 2 additions & 0 deletions firmware/tunerstudio/rusefi.input
Original file line number Diff line number Diff line change
Expand Up @@ -3636,6 +3636,8 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
field = "Ford redundant TPS mode", useFordRedundantTps
field = "consumeObdSensors", consumeObdSensors, { canReadEnabled == 1 && canWriteEnabled == 1}
field = "use FSIO Table CAN Sniffing Filtering",useFSIOTableForCanSniffingFiltering
field = "turbo speed sensor", turboSpeedSensorInputPin
field = "turbo speed multiplier", turboSpeedSensorMultiplier
field = "trigger 1 debug", triggerInputDebugPins1
field = "trigger 2 debug", triggerInputDebugPins2
field = "trigger 3 debug", triggerInputDebugPins3
Expand Down

0 comments on commit 3f36e73

Please sign in to comment.