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
13
static
constexpr
uint32_t COOLING_FSM_PERIOD_MS = 500;
14
void
cooling_fsm_periodic(
void
);
15
16
#endif
// COOLING_FSM_H
source
pdu
cooling
cooling_fsm.h
Generated by
1.12.0