Revert "moving sensors files a bit"

This reverts commit babcd7c3a0.
This commit is contained in:
Matthew Kennedy 2023-02-20 20:38:53 -08:00
parent 030c431e4c
commit 321d22e2f3
1 changed files with 3 additions and 7 deletions

View File

@ -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,