![]() |
Speeduino
|
Fuel and ignition scheduler cut state. More...
#include <statuses.h>
Public Attributes | |
| byte | ignitionChannelsPending = 0 |
| Any ignition channels that are pending injections before they are resumed. | |
| byte | ignitionChannels = 0xFF |
| Which ignition channels are on (1) or off (0) | |
| byte | fuelChannels = 0xFF |
| Which fuel channels are on (1) or off (0) | |
| SchedulerCutStatus | status = SchedulerCutStatus::None |
Fuel and ignition scheduler cut state.
| byte statuses::scheduler_cut_t::fuelChannels = 0xFF |
Which fuel channels are on (1) or off (0)
| byte statuses::scheduler_cut_t::ignitionChannels = 0xFF |
Which ignition channels are on (1) or off (0)
| byte statuses::scheduler_cut_t::ignitionChannelsPending = 0 |
Any ignition channels that are pending injections before they are resumed.
| SchedulerCutStatus statuses::scheduler_cut_t::status = SchedulerCutStatus::None |