|
Avionics
Core avionics package for CURE flight computers
|
#include "data_handling/DataPoint.h"#include "data_handling/SensorDataHandler.h"#include <cstdint>#include <unordered_map>#include <vector>#include "ArduinoHAL.h"

Go to the source code of this file.
Classes | |
| struct | SendableSensorData |
| Bundles one or more SensorDataHandler pointers for telemetry packing. More... | |
| class | Telemetry |
| Packages sensor data into fixed-size packets and streams over UART. More... | |
Macros | |
| #define | START_BYTE 51 |
| #define | END_BYTE 52 |
| #define END_BYTE 52 |
Definition at line 12 of file Telemetry.h.
| #define START_BYTE 51 |
Definition at line 11 of file Telemetry.h.