software:firmware
MakAir Firmware
|
Breathing activation related functions. More...
Go to the source code of this file.
Variables | |
const uint32_t | SECOND_STOP_MAX_DELAY_MS = 5000 |
Maximum delay in seconds between two pushes on the stop button to actually stop the machine. More... | |
ActivationController | activationController |
Instance of the activation controller. More... | |
Breathing activation related functions.
Definition in file activation.cpp.
ActivationController activationController |
Instance of the activation controller.
Definition at line 21 of file activation.cpp.
const uint32_t SECOND_STOP_MAX_DELAY_MS = 5000 |
Maximum delay in seconds between two pushes on the stop button to actually stop the machine.
Definition at line 17 of file activation.cpp.