![]() |
Speeduino
|
#include "scheduledIO_inj.h"#include "acc_mc33810.h"#include "scheduledIO_direct_inj.h"#include "preprocessor.h"Variables | |
| static volatile byte | injStatusMask = 0 |
Injector and Coil (toggle/open/close) control (under various situations, eg with particular cylinder count, rotary engine type or wasted spark ign, etc.). Also accounts for presence of MC33810 injector/ignition (dwell, etc.) control circuit. Functions here are typically assigned (at initialisation) to callback function variables (e.g. inj1StartFunction or inj1EndFunction) form where they are called (by scheduler.ino).






























Injector open/close status bits.

| void initialiseInjectionIO | ( | const config4 & | page4, |
| const pinNumbers_t & | pins | ||
| ) |































