PER Firmware
Loading...
Searching...
No Matches
telemetry.h
Go to the documentation of this file.
1#ifndef TELEMETRY_H
2#define TELEMETRY_H
3
11#include <stdint.h>
12
13static constexpr uint32_t TELEMETRY_02HZ_PERIOD_MS = 5000;
14void report_telemetry_02hz(void);
15
16void LWS_Standard_CALLBACK(void); // async LWS data callback
17
18#endif // TELEMETRY_H
void report_telemetry_02hz(void)
Reports telemetry data at 0.2 Hz rate Includes: ABOX git hash.
Definition telemetry.c:129