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