Speeduino
Loading...
Searching...
No Matches
Functions
secondaryTables.cpp File Reference
#include "globals.h"
#include "secondaryTables.h"
#include "corrections.h"

Functions

void calculateSecondaryFuel (void)
 
void calculateSecondarySpark (void)
 
byte getVE2 (void)
 Looks up and returns the VE value from the secondary fuel table.
 
byte getAdvance2 (void)
 Performs a lookup of the second ignition advance table. The values used to look this up will be RPM and whatever load source the user has configured.
 

Function Documentation

◆ calculateSecondaryFuel()

void calculateSecondaryFuel ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ calculateSecondarySpark()

void calculateSecondarySpark ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getAdvance2()

byte getAdvance2 ( void  )

Performs a lookup of the second ignition advance table. The values used to look this up will be RPM and whatever load source the user has configured.

Returns
byte The current target advance value in degrees
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getVE2()

byte getVE2 ( void  )

Looks up and returns the VE value from the secondary fuel table.

This performs largely the same operations as getVE() however the lookup is of the secondary fuel table and uses the secondary load source

Returns
byte
Here is the call graph for this function:
Here is the caller graph for this function: