Add suspected cruise control equations

This commit is contained in:
Timur Iskhodzhanov 2020-09-08 23:27:24 -07:00
parent 73536f0159
commit b92002a12d
1 changed files with 5 additions and 2 deletions

View File

@ -86,10 +86,13 @@ interesting info there.
Update frequency: 20 times per second.
Channel name | Equation
------------ | --------
Channel name | Equation | Notes
------------ | -------- | -----
Engine oil temperature | C - 40
Coolant temperature | D - 40
Cruise control ON | (F & 16) / 16 | Means the mode is "On", but not necessarily "Set". Not tested much.
Cruise control set | (F & 32) / 32 | Not tested much.
Cruise control speed | H | In the same unit as the current speed display units? Not tested much.
TODO: would be great to find how to read the ambient temperature, and maybe the
intake temperature.