ancient comment

This commit is contained in:
Matthew Kennedy 2023-11-24 00:04:25 -08:00
parent 05c92fa513
commit 0df47821cb
1 changed files with 0 additions and 8 deletions

View File

@ -13,15 +13,7 @@ import java.util.TreeSet;
import static com.rusefi.config.generated.Fields.*;
/**
* @author Andrey Belomutskiy
* 2/11/13
*/
public enum Sensor {
/**
* Please note that these enum names are used to make 'set_mock_XXX_voltage' commands
*/
// RPM, vss
RPMValue(GAUGE_NAME_RPM, SensorCategory.SENSOR_INPUTS, FieldType.UINT16, TsOutputs.RPMVALUE, 1, 0, 8000, "RPM"),
vehicleSpeedKph("Vehicle Speed", SensorCategory.SENSOR_INPUTS, FieldType.UINT8, TsOutputs.VEHICLESPEEDKPH, 1.0, 0.0, 0.0, "kph"),