![]() |
Speeduino
|
#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 |
| void airConControl | ( | void | ) |


| void boostByGear | ( | void | ) |


| void boostControl | ( | void | ) |


| void boostDisable | ( | void | ) |

| void boostInterrupt | ( | void | ) |
|
inlinestatic |

|
inlinestatic |

|
inlinestatic |

| void fanControl | ( | void | ) |


| void initialiseAirCon | ( | void | ) |

| void initialiseAuxPWM | ( | void | ) |

| void initialiseFan | ( | void | ) |

| void nitrousControl | ( | void | ) |

| bool READ_AIRCON_REQUEST | ( | void | ) |

| void vvtControl | ( | void | ) |


| void vvtInterrupt | ( | void | ) |
| void wmiControl | ( | void | ) |


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