Speeduino
Loading...
Searching...
No Matches
Functions
Fuel schedule timer ISRs

Functions

void moveToNextState (FuelSchedule &schedule)
 Shared fuel schedule timer ISR implementation. Should be called by the actual timer ISRs (as timed interrupts) when either the start time or the duration time are reached. See Schedule finite state machine.
 

Detailed Description

Function Documentation

◆ moveToNextState()

void moveToNextState ( FuelSchedule schedule)

Shared fuel schedule timer ISR implementation. Should be called by the actual timer ISRs (as timed interrupts) when either the start time or the duration time are reached. See Schedule finite state machine.

Parameters
scheduleThe fuel schedule to move to the next state
Here is the call graph for this function: