turbo speed turbospeed input #2935

This commit is contained in:
rusefillc 2021-11-04 20:04:16 -04:00
parent 72c4c0e14c
commit e8d6f3088e
2 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,7 @@ public enum Sensor {
vvtTargetB1E(GAUGE_NAME_VVT_TARGET_B1E, SensorCategory.SENSOR_INPUTS, FieldType.INT8, 315, 1, -50, 50, "deg"),
vvtTargetB2I(GAUGE_NAME_VVT_TARGET_B2I, SensorCategory.SENSOR_INPUTS, FieldType.INT8, 316, 1, -50, 50, "deg"),
vvtTargetB2E(GAUGE_NAME_VVT_TARGET_B2E, SensorCategory.SENSOR_INPUTS, FieldType.INT8, 317, 1, -50, 50, "deg"),
turboSpeed(GAUGE_NAME_TURBO_SPEED, SensorCategory.SENSOR_INPUTS, FieldType.INT16, 318, 1, -50, 50, "hz"),
accelerationZ(GAUGE_NAME_ACCEL_Z, SensorCategory.SENSOR_INPUTS, FieldType.INT16, 308, 1.0 / PACK_MULT_PERCENT, -3, 3, "G"),
accelerationRoll(GAUGE_NAME_ACCEL_ROLL, SensorCategory.SENSOR_INPUTS, FieldType.INT16, 310, 1.0 / PACK_MULT_PERCENT, -30, 30, "deg/s"),

View File

@ -71,6 +71,7 @@ public class SensorLogger {
Sensor.VSS,
Sensor.SPEED2RPM,
Sensor.turboSpeed,
Sensor.accelerationX,
Sensor.accelerationY,