Epic: Remove FSIO #2928
This commit is contained in:
parent
eb1af46655
commit
f0b1971908
|
@ -778,14 +778,14 @@ output_pin_e acFanPin;+Optional Radiator Fan used with A/C
|
||||||
pin_output_mode_e acFanPinMode;
|
pin_output_mode_e acFanPinMode;
|
||||||
|
|
||||||
|
|
||||||
pin_output_mode_e[FSIO_COMMAND_COUNT iterate] gpioPinModes;
|
uint8_t[6] unused11;
|
||||||
uint8_t[DWELL_CURVE_SIZE] dwellVoltageCorrVoltBins;;"volts", 0.1, 0, 0, 20, 1
|
uint8_t[DWELL_CURVE_SIZE] dwellVoltageCorrVoltBins;;"volts", 0.1, 0, 0, 20, 1
|
||||||
|
|
||||||
custom imu_type_e 1 bits, U08, @OFFSET@, [0:4], "None", "VAG", "MM5.10", "type 2", "type 2"
|
custom imu_type_e 1 bits, U08, @OFFSET@, [0:4], "None", "VAG", "MM5.10", "type 2", "type 2"
|
||||||
imu_type_e imuType
|
imu_type_e imuType
|
||||||
|
|
||||||
uint8_t[1] unusedpinModesWhereHere;;"", 1, 0, 0, 255, 0
|
uint8_t[1] unusedpinModesWhereHere;;"", 1, 0, 0, 255, 0
|
||||||
output_pin_e[FSIO_COMMAND_COUNT iterate] fsioOutputPins;todo: more comments
|
uint8_t[6] unusedOutPins;
|
||||||
|
|
||||||
uint8_t[DWELL_CURVE_SIZE] dwellVoltageCorrValues;;"multiplier", 0.02, 0, 0, 5, 2
|
uint8_t[DWELL_CURVE_SIZE] dwellVoltageCorrValues;;"multiplier", 0.02, 0, 0, 5, 2
|
||||||
|
|
||||||
|
@ -816,8 +816,7 @@ custom uart_device_e 1 bits, U08, @OFFSET@, [0:1], "Off", "UART1", "UART2", "UAR
|
||||||
output_pin_e acRelayPin;
|
output_pin_e acRelayPin;
|
||||||
pin_output_mode_e acRelayPinMode;
|
pin_output_mode_e acRelayPinMode;
|
||||||
|
|
||||||
custom fsio_pwm_freq_t 2 scalar, U16, @OFFSET@, "Hz", 1, 0, 0, 3000, 0
|
int16_t[6] unusedFsioFrequency;
|
||||||
fsio_pwm_freq_t[FSIO_COMMAND_COUNT iterate] fsioFrequency;
|
|
||||||
int16_t[10] unusedOutputFreqWhereHere;;"", 1, 0, 0, 255, 0
|
int16_t[10] unusedOutputFreqWhereHere;;"", 1, 0, 0, 255, 0
|
||||||
|
|
||||||
|
|
||||||
|
@ -869,8 +868,7 @@ custom maf_sensor_type_e 4 bits, S32, @OFFSET@, [0:1], @@maf_sensor_type_e_enum@
|
||||||
|
|
||||||
custom error_message_t @@ERROR_BUFFER_SIZE@@ string, ASCII, @OFFSET@, @@ERROR_BUFFER_SIZE@@
|
custom error_message_t @@ERROR_BUFFER_SIZE@@ string, ASCII, @OFFSET@, @@ERROR_BUFFER_SIZE@@
|
||||||
custom le_formula_t @@LE_COMMAND_LENGTH@@ string, ASCII, @OFFSET@, @@LE_COMMAND_LENGTH@@
|
custom le_formula_t @@LE_COMMAND_LENGTH@@ string, ASCII, @OFFSET@, @@LE_COMMAND_LENGTH@@
|
||||||
brain_pin_e[FSIO_COMMAND_COUNT iterate] fsioDigitalInputs;todo:not finished\nThese input pins allow us to pull toggle buttons state;
|
uint8_t[16] unusedDigital;;"", 1, 0, 0, 255, 0
|
||||||
uint8_t[10] unusedDigital;;"", 1, 0, 0, 255, 0
|
|
||||||
|
|
||||||
brain_input_pin_e vehicleSpeedSensorInputPin;
|
brain_input_pin_e vehicleSpeedSensorInputPin;
|
||||||
switch_input_pin_e clutchUpPin;+Some vehicles have a switch to indicate that clutch pedal is all the way up
|
switch_input_pin_e clutchUpPin;+Some vehicles have a switch to indicate that clutch pedal is all the way up
|
||||||
|
@ -1084,7 +1082,7 @@ float idleStepperReactionTime;;"ms", 1, 0, 1, 300, 0
|
||||||
float unused1512;;"", 1, 0, 1, 5, 2
|
float unused1512;;"", 1, 0, 1, 5, 2
|
||||||
|
|
||||||
pin_input_mode_e[FSIO_COMMAND_COUNT iterate] fsioInputModes;
|
pin_input_mode_e[FSIO_COMMAND_COUNT iterate] fsioInputModes;
|
||||||
uint8_t[10] unusedFsioInputs;;"", 1, 0, 0, 255, 0
|
uint8_t[16] unusedFsioInputs;;"", 1, 0, 0, 255, 0
|
||||||
|
|
||||||
int idleStepperTotalSteps;;"count", 1, 0, 5, 3000, 0
|
int idleStepperTotalSteps;;"count", 1, 0, 5, 3000, 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue