This commit is contained in:
parent
209a9722fd
commit
353cbf02fe
|
@ -14,6 +14,7 @@ import java.util.List;
|
||||||
*/
|
*/
|
||||||
public class SensorLogger {
|
public class SensorLogger {
|
||||||
protected static Sensor[] SENSORS = {Sensor.RPM,
|
protected static Sensor[] SENSORS = {Sensor.RPM,
|
||||||
|
Sensor.TIME_SECONDS,
|
||||||
Sensor.INT_TEMP,
|
Sensor.INT_TEMP,
|
||||||
|
|
||||||
Sensor.engineMode,
|
Sensor.engineMode,
|
||||||
|
@ -27,6 +28,7 @@ public class SensorLogger {
|
||||||
|
|
||||||
Sensor.PPS,
|
Sensor.PPS,
|
||||||
Sensor.ETB_CONTROL_QUALITY,
|
Sensor.ETB_CONTROL_QUALITY,
|
||||||
|
Sensor.etb1DutyCycle,
|
||||||
|
|
||||||
Sensor.idlePosition,
|
Sensor.idlePosition,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue