PER Firmware
Loading...
Searching...
No Matches
control_loop.h
Go to the documentation of this file.
1#ifndef CONTROL_LOOP_H
2#define CONTROL_LOOP_H
3
12#include <stdint.h>
13
14void control_init(void);
15static constexpr uint32_t CONTROL_LOOP_PERIOD_MS = 10;
16void control_loop(void);
17
18#endif // CONTROL_LOOP_H