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
6
static
constexpr
uint32_t
TELEMETRY_10HZ_PERIOD_MS
= 100;
7
void
telemetry_10hz
(
void
);
8
9
#endif
// TELEMETRY_H
telemetry_10hz
void telemetry_10hz(void)
Reports telemetry data at 10 Hz rate Includes: Rail Voltages and Currents.
Definition
telemetry.c:36
TELEMETRY_10HZ_PERIOD_MS
static constexpr uint32_t TELEMETRY_10HZ_PERIOD_MS
Definition
telemetry.h:6
firmware
source
pdu
telemetry
telemetry.h
Generated by
1.12.0