OBD CAN sensors #1733
This commit is contained in:
parent
16ee95b3b9
commit
6f69bd1609
|
@ -4,9 +4,6 @@
|
|||
* ISO 15765-4
|
||||
* http://en.wikipedia.org/wiki/OBD-II_PIDs
|
||||
*
|
||||
* May 2019 status: looks like this code was never tested on any real hardware?
|
||||
* @see obd2viaCAN.c
|
||||
*
|
||||
* @date Jun 9, 2015
|
||||
* @author Andrey Belomutskiy, (c) 2012-2020
|
||||
*
|
||||
|
|
|
@ -18,6 +18,9 @@ enum class SensorType : unsigned char {
|
|||
Invalid = 0,
|
||||
Clt,
|
||||
Iat,
|
||||
Rpm,
|
||||
Map,
|
||||
Maf,
|
||||
|
||||
OilPressure,
|
||||
|
||||
|
|
|
@ -881,7 +881,7 @@ custom maf_sensor_type_e 4 bits, S32, @OFFSET@, [0:1], @@maf_sensor_type_e_enum@
|
|||
bit enableSoftwareKnock
|
||||
bit verboseVVTDecoding;enable vvt_details
|
||||
bit invertCamVVTSignal;get invertCamVVTSignal
|
||||
bit unusedBit_251_15
|
||||
bit consumeObdSensors;enable consumeObdSensors
|
||||
bit unusedBit_251_16
|
||||
bit unusedBit_251_17
|
||||
bit unusedBit_251_18
|
||||
|
|
Loading…
Reference in New Issue