parent
80066add40
commit
e7f6450292
|
@ -35,14 +35,10 @@ enum class SensorType : unsigned char {
|
|||
|
||||
// This is the "resolved" position, potentially composited out of the following two
|
||||
Tps1, // 10
|
||||
// Combined analog redundant sensor
|
||||
AnalogTps1,
|
||||
// First analog sensor
|
||||
// This is the first sensor
|
||||
Tps1Primary,
|
||||
// Second analog sensor
|
||||
// This is the second sensor
|
||||
Tps1Secondary,
|
||||
// alternative physical implementation - digital and CRC protected, natively redundant
|
||||
SentTps1,
|
||||
|
||||
Tps2,
|
||||
Tps2Primary,
|
||||
|
@ -56,7 +52,7 @@ enum class SensorType : unsigned char {
|
|||
// This maps to the pedal if we have one, and Tps1 if not.
|
||||
DriverThrottleIntent,
|
||||
|
||||
AuxTemp1, // 22
|
||||
AuxTemp1, // 20
|
||||
AuxTemp2,
|
||||
|
||||
Lambda1,
|
||||
|
|
Loading…
Reference in New Issue