This commit is contained in:
rusefillc 2021-10-19 11:05:20 -04:00
parent cd457b465a
commit e68568b766
1 changed files with 4 additions and 4 deletions

View File

@ -16,21 +16,21 @@
**************************************
*/
typedef enum __attribute__ ((__packed__)) {
Invalid,
Clt,
Invalid, // we need indeces for Lua consumers. At the moment we still do not expose constants into Lua :(
Clt, // 1
Iat,
Rpm,
Map,
Maf,
OilPressure,
OilPressure, // 6
FuelPressureLow, // in kPa
FuelPressureHigh, // in kPa
FuelPressureInjector,
// This is the "resolved" position, potentially composited out of the following two
Tps1,
Tps1, // 10
// This is the first sensor
Tps1Primary,
// This is the second sensor