![]() |
N4 Flight Software N4
Flight software used for the N4 flight computers
|
defines the data types, structs and typedefs used to store flight data More...
#include <Arduino.h>Go to the source code of this file.
Classes | |
| struct | Acceleration_Data |
| struct | Gyroscope_Data |
| struct | GPS_Data |
| struct | Altimeter_Data |
| struct | Telemetry_Data |
Typedefs | |
| typedef struct Acceleration_Data | accel_type_t |
| typedef struct Gyroscope_Data | gyro_type_t |
| typedef struct GPS_Data | gps_type_t |
| typedef struct Altimeter_Data | altimeter_type_t |
| typedef struct Telemetry_Data | telemetry_type_t |
defines the data types, structs and typedefs used to store flight data
| typedef struct Acceleration_Data accel_type_t |
A structure to represent acceleration data
| typedef struct Altimeter_Data altimeter_type_t |
A structure to represent the altimeter data
| typedef struct GPS_Data gps_type_t |
A structure to represent GPS data
| typedef struct Gyroscope_Data gyro_type_t |
A structure to represent angular velocity data
| typedef struct Telemetry_Data telemetry_type_t |
A structure to represent telemetry data. This is the data transmitted to ground