MAP phase sensing #3544

This commit is contained in:
rusefillc 2021-11-14 21:43:56 -05:00
parent f3f9cb3f6c
commit 6f3eea31c6
1 changed files with 7 additions and 0 deletions

View File

@ -108,6 +108,13 @@ typedef enum __attribute__ ((__packed__)) {
VVT_HONDA_K = 10,
VVT_NISSAN_MR = 11,
/**
* MAP sensor gives us pressure drop corresponding to intake stroke of individual cylinder
* Due to uneven cylinder firing on a V-Twin this gives us a decodable virtual two tooth cam sensor.
* Most HD are 45 degrees with some 60 degree twin.
*/
VVT_MAP_V_TWIN = 12,
} vvt_mode_e;
/**