software:firmware
MakAir Firmware
activation.cpp File Reference

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...
 

Detailed Description

Breathing activation related functions.

Author
Makers For Life

Definition in file activation.cpp.

Variable Documentation

◆ activationController

ActivationController activationController

Instance of the activation controller.

Definition at line 21 of file activation.cpp.

◆ SECOND_STOP_MAX_DELAY_MS

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.