progress
This commit is contained in:
parent
0def695771
commit
f1aec1cb0e
|
@ -324,7 +324,7 @@ float lowValue;kPa value at low volts;"kpa", 1, 0, -400, 800, 2
|
||||||
float highValue;kPa value at high volts;"kpa", 1, 0, -400, 800, 2
|
float highValue;kPa value at high volts;"kpa", 1, 0, -400, 800, 2
|
||||||
air_pressure_sensor_type_e type;
|
air_pressure_sensor_type_e type;
|
||||||
adc_channel_e hwChannel;
|
adc_channel_e hwChannel;
|
||||||
uint8_t[3] alignmentFill;
|
uint8_t[3] alignmentFill;;"unit", 1, 0, 0, 100, 0
|
||||||
|
|
||||||
end_struct
|
end_struct
|
||||||
|
|
||||||
|
@ -349,7 +349,7 @@ end_struct
|
||||||
|
|
||||||
struct oil_pressure_config_s @brief Oil pressure sensor interpolation
|
struct oil_pressure_config_s @brief Oil pressure sensor interpolation
|
||||||
adc_channel_e hwChannel;
|
adc_channel_e hwChannel;
|
||||||
uint8_t[3] alignmentFill;
|
uint8_t[3] alignmentFill;;"unit", 1, 0, 0, 100, 0
|
||||||
float v1;; "volts", 1, 0.0, 0, 10.0, 2
|
float v1;; "volts", 1, 0.0, 0, 10.0, 2
|
||||||
float value1;; "kPa", 1, 0.0, 0, 1000.0, 2
|
float value1;; "kPa", 1, 0.0, 0, 1000.0, 2
|
||||||
float v2;; "volts", 1, 0.0, 0, 10.0, 2
|
float v2;; "volts", 1, 0.0, 0, 10.0, 2
|
||||||
|
@ -557,7 +557,7 @@ float globalFuelCorrection;set global_fuel_correction X;"coef", 1, 0.0,
|
||||||
|
|
||||||
struct afr_sensor_s
|
struct afr_sensor_s
|
||||||
adc_channel_e hwChannel;
|
adc_channel_e hwChannel;
|
||||||
uint8_t[3] alignmentFill_afr;
|
uint8_t[3] alignmentFill_afr;;"unit", 1, 0, 0, 100, 0
|
||||||
float v1;; "volts", 1, 0.0, 0, 10.0, 2
|
float v1;; "volts", 1, 0.0, 0, 10.0, 2
|
||||||
float value1;; "AFR", 1, 0.0, 0, 1000.0, 2
|
float value1;; "AFR", 1, 0.0, 0, 1000.0, 2
|
||||||
float v2;; "volts", 1, 0.0, 0, 10.0, 2
|
float v2;; "volts", 1, 0.0, 0, 10.0, 2
|
||||||
|
|
Loading…
Reference in New Issue