moving sensors files a bit

This commit is contained in:
Andrey 2023-02-20 21:37:07 -05:00
parent 2881bfa0f7
commit babcd7c3a0
1 changed files with 7 additions and 3 deletions

View File

@ -35,10 +35,14 @@ 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
// This is the first sensor // Combined analog redundant sensor
AnalogTps1,
// First analog sensor
Tps1Primary, Tps1Primary,
// This is the second sensor // Second analog sensor
Tps1Secondary, Tps1Secondary,
// alternative physical implementation - digital and CRC protected, natively redundant
SentTps1,
Tps2, Tps2,
Tps2Primary, Tps2Primary,
@ -52,7 +56,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, // 20 AuxTemp1, // 22
AuxTemp2, AuxTemp2,
Lambda1, Lambda1,