SENT protocol capture implementation #4631

This commit is contained in:
rusefillc 2022-10-19 15:21:13 -04:00
parent de1189cf86
commit 00cccb2fa3
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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