PER Firmware
Loading...
Searching...
No Matches
telemetry.h
Go to the documentation of this file.
1#ifndef TELEMETRY_H
2#define TELEMETRY_H
3
4#include <stdint.h>
5
6static constexpr uint32_t TELEMETRY_10HZ_PERIOD_MS = 100;
7void telemetry_10hz(void);
8
9#endif // TELEMETRY_H
void telemetry_10hz(void)
Reports telemetry data at 10 Hz rate Includes: Rail Voltages and Currents.
Definition telemetry.c:36
static constexpr uint32_t TELEMETRY_10HZ_PERIOD_MS
Definition telemetry.h:6