![]() |
Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
|
Represents a 3-axis linear acceleration data packet. More...
Data Fields | |
| float_t | acc_x |
| Acceleration along the X-axis in g's. | |
| float_t | acc_y |
| Acceleration along the Y-axis in g's. | |
| float_t | acc_z |
| Acceleration along the Z-axis in g's. | |
Represents a 3-axis linear acceleration data packet.
This struct holds raw linear acceleration data from an IMU. It is byte-packed to ensure a consistent memory layout, which is crucial for data logging or transmission.
| float_t Linear_IMU_Package::acc_x |
| float_t Linear_IMU_Package::acc_y |
| float_t Linear_IMU_Package::acc_z |