PER Firmware
Loading...
Searching...
No Matches
cooling_fsm.h
Go to the documentation of this file.
1
8#ifndef COOLING_FSM_H
9#define COOLING_FSM_H
10
11#include <stdint.h>
12
13static constexpr uint32_t COOLING_FSM_PERIOD_MS = 500;
14void cooling_fsm_periodic(void);
15
16#endif // COOLING_FSM_H
static constexpr uint32_t COOLING_FSM_PERIOD_MS
Definition cooling_fsm.h:13
void cooling_fsm_periodic(void)
Definition cooling_fsm.c:117