![]() |
Speeduino
|
#include "../../pins/boardOutputPin.h"#include "../../../globals.h"#include "../../../unit_testing.h"#include "../../../units.h"#include "../../PID/integerPID_ideal.h"Functions | |
| static void | setBoostPidTunings (const config2 &page2, const config6 &page6, const config10 &page10) |
| void | initialiseBoost (uint8_t boostPin) |
| void | boostDisable (void) |
| static void | boostByGear (void) |
| void | boostControl (void) |
| void | boostInterrupt (void) |








|
static |

| TESTABLE_STATIC boardOutputPin_t boost_pin |
| TESTABLE_STATIC volatile unsigned int boost_pwm_cur_value = 0 |
|
static |
| TESTABLE_STATIC volatile bool boost_pwm_state |
| TESTABLE_STATIC long boost_pwm_target_value |
| TESTABLE_STATIC byte boostCounter |
|
static |
|
constexpr |