SENT protocol capture implementation #4631
This commit is contained in:
parent
de1189cf86
commit
00cccb2fa3
|
@ -113,6 +113,7 @@ struct_no_prefix engine_configuration_s
|
|||
#define BLOCKING_FACTOR 500
|
||||
|
||||
#define AUX_ANALOG_INPUT_COUNT 8
|
||||
#define SENT_INPUT_COUNT 1
|
||||
|
||||
#define LUA_PWM_COUNT 8
|
||||
#define LUA_ANALOG_INPUT_COUNT 8
|
||||
|
@ -1342,7 +1343,9 @@ custom stepper_num_micro_steps_e 1 bits, U08, @OFFSET@, [0:3], @@stepper_num_mic
|
|||
float auxFrequencyFilter
|
||||
int16_t vvtControlMinRpm;;"RPM", 1, 0, 0, 3000, 0
|
||||
|
||||
Gpio[5 iterate] sorryUnused
|
||||
brain_input_pin_e[SENT_INPUT_COUNT iterate] sentInputPins;
|
||||
|
||||
Gpio[4 iterate] sorryUnused
|
||||
|
||||
int16_t coastingFuelCutRpmHigh;This sets the RPM above which fuel cut is active.;"rpm", 1, 0, 0, 5000, 0
|
||||
int16_t coastingFuelCutRpmLow;This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle;"rpm", 1, 0, 0, 5000, 0
|
||||
|
|
|
@ -4103,6 +4103,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
field = "boardUseD3PullDown", boardUseD3PullDown
|
||||
field = "boardUseD4PullDown", boardUseD4PullDown
|
||||
field = "boardUseD5PullDown", boardUseD5PullDown
|
||||
field = sentInputPins1, sentInputPins
|
||||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
|
|
Loading…
Reference in New Issue