|
software:firmware
MakAir Firmware
|
Core logic to manage alarm features. More...
#include "../includes/alarm_controller.h"#include "../includes/buzzer.h"#include "../includes/cycle.h"#include "../includes/screen.h"#include "../includes/telemetry.h"Go to the source code of this file.
Functions | |
| bool | compare (uint8_t a, uint8_t b) |
Variables | |
| AlarmController | alarmController |
| Instance of the alarm controller. More... | |
Core logic to manage alarm features.
Definition in file alarm_controller.cpp.
| bool compare | ( | uint8_t | a, |
| uint8_t | b | ||
| ) |
Definition at line 239 of file alarm_controller.cpp.
| AlarmController alarmController |
Instance of the alarm controller.
Definition at line 23 of file alarm_controller.cpp.