IZAR Flight Controller 1.0.0
IZAR Flight Controller running with an ESP32.
|
Data packet structure for passing sensor readings between tasks. More...
#include <sensors_reading.h>
Public Attributes | |
ROCKET_STATUS_T | rocket_status |
float | rocket_altitude |
mpu6050_acceleration_t | rocket_acc |
Data packet structure for passing sensor readings between tasks.
Contains the current flight status, altitude, and IMU readings.
mpu6050_acceleration_t SensorDataQueue_t::rocket_acc |
float SensorDataQueue_t::rocket_altitude |
ROCKET_STATUS_T SensorDataQueue_t::rocket_status |