Speeduino
Loading...
Searching...
No Matches
Functions | Variables
auxiliaries.ino File Reference
#include "globals.h"
#include "auxiliaries.h"
#include "maths.h"
#include "src/PID_v1/PID_v1.h"
#include "decoders.h"
#include "timers.h"

Functions

void initialiseAirCon (void)
 
void airConControl (void)
 
bool READ_AIRCON_REQUEST (void)
 
static void checkAirConCoolantLockout (void)
 
static void checkAirConTPSLockout (void)
 
static void checkAirConRPMLockout (void)
 
void initialiseFan (void)
 
void fanControl (void)
 
void initialiseAuxPWM (void)
 
void boostByGear (void)
 
void boostControl (void)
 
void vvtControl (void)
 
void nitrousControl (void)
 
void wmiControl (void)
 
void boostDisable (void)
 
void boostInterrupt (void)
 
void vvtInterrupt (void)
 

Variables

integerPID_ideal boostPID & currentStatus
 
integerPID vvtPID & vvt_pid_current_angle
 
integerPID vvt2PID & vvt2_pid_current_angle
 

Function Documentation

◆ airConControl()

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

◆ boostByGear()

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

◆ boostControl()

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

◆ boostDisable()

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

◆ boostInterrupt()

void boostInterrupt ( void  )

◆ checkAirConCoolantLockout()

static void checkAirConCoolantLockout ( void  )
inlinestatic
Here is the caller graph for this function:

◆ checkAirConRPMLockout()

static void checkAirConRPMLockout ( void  )
inlinestatic
Here is the caller graph for this function:

◆ checkAirConTPSLockout()

static void checkAirConTPSLockout ( void  )
inlinestatic
Here is the caller graph for this function:

◆ fanControl()

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

◆ initialiseAirCon()

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

◆ initialiseAuxPWM()

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

◆ initialiseFan()

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

◆ nitrousControl()

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

◆ READ_AIRCON_REQUEST()

bool READ_AIRCON_REQUEST ( void  )
Here is the caller graph for this function:

◆ vvtControl()

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

◆ vvtInterrupt()

void vvtInterrupt ( void  )

◆ wmiControl()

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

Variable Documentation

◆ currentStatus

integerPID_ideal boostPID& currentStatus

◆ vvt2_pid_current_angle

integerPID vvt2PID& vvt2_pid_current_angle

◆ vvt_pid_current_angle

integerPID vvtPID& vvt_pid_current_angle