PER Firmware
Loading...
Searching...
No Matches
telemetry.h File Reference
#include <stdint.h>
Include dependency graph for telemetry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void telemetry_10hz (void)
 Reports telemetry data at 10 Hz rate Includes: Rail Voltages and Currents.
 

Variables

static constexpr uint32_t TELEMETRY_10HZ_PERIOD_MS = 100
 

Function Documentation

◆ telemetry_10hz()

void telemetry_10hz ( void )

Reports telemetry data at 10 Hz rate Includes: Rail Voltages and Currents.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ TELEMETRY_10HZ_PERIOD_MS

uint32_t TELEMETRY_10HZ_PERIOD_MS = 100
staticconstexpr