![]() |
Speeduino
|
#include <Arduino.h>#include "idle.h"#include "maths.h"#include "timers.h"#include "preprocessor.h"#include "src/PID/integerPID.h"#include "units.h"#include "globals.h"#include "src/pins/fastOutputPin.h"Classes | |
| struct | StepperIdle |
Macros | |
| #define | STEPPER_FORWARD 0 |
| #define | STEPPER_BACKWARD 1 |
| #define | STEPPER_POWER_WHEN_ACTIVE 0 |
| #define | STEPPER_LESS_AIR_DIRECTION() ((configPage9.iacStepperInv == 0) ? STEPPER_BACKWARD : STEPPER_FORWARD) |
| #define | STEPPER_MORE_AIR_DIRECTION() ((configPage9.iacStepperInv == 0) ? STEPPER_FORWARD : STEPPER_BACKWARD) |
Enumerations | |
| enum | StepperStatus { SOFF , STEPPING , COOLING } |
| #define STEPPER_BACKWARD 1 |
| #define STEPPER_FORWARD 0 |
| #define STEPPER_LESS_AIR_DIRECTION | ( | ) | ((configPage9.iacStepperInv == 0) ? STEPPER_BACKWARD : STEPPER_FORWARD) |
| #define STEPPER_MORE_AIR_DIRECTION | ( | ) | ((configPage9.iacStepperInv == 0) ? STEPPER_FORWARD : STEPPER_BACKWARD) |
| #define STEPPER_POWER_WHEN_ACTIVE 0 |


|
static |


















|
constexpr |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| integerPID idlePID |
|
static |
|
static |
|
static |