From 1430adcc33e2b019af30f0026cc1d40501b6334f Mon Sep 17 00:00:00 2001 From: rusEfi Date: Thu, 12 Mar 2020 00:20:05 -0400 Subject: [PATCH] docs --- firmware/controllers/algo/rusefi_enums.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/controllers/algo/rusefi_enums.h b/firmware/controllers/algo/rusefi_enums.h index 3c313448ce..8e6b09e36c 100644 --- a/firmware/controllers/algo/rusefi_enums.h +++ b/firmware/controllers/algo/rusefi_enums.h @@ -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, /**