This commit is contained in:
rusEfi 2020-03-12 00:20:05 -04:00
parent b089596641
commit 1430adcc33
1 changed files with 3 additions and 0 deletions

View File

@ -526,6 +526,9 @@ typedef enum {
IM_SEQUENTIAL = 1,
/**
* each cylinder has it's own injector but these injectors work in pairs. Injectors could be wired in pairs or separately.
* Each pair is fired once per engine cycle
* todo: we might want to implement one additional mode where each pair of injectors is floating twice per engine cycle.
* todo: this could reduce phase offset from injection to stroke but would not work great for large injectors
*/
IM_BATCH = 2,
/**