PER Firmware
Loading...
Searching...
No Matches
cooling_fsm.h
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