COSA
An Object-Oriented Platform for Arduino Programming
|
#include <MPU6050.hh>
Public Attributes | |
int16_t | x |
int16_t | y |
int16_t | z |
Accelerometer and gyroscope sample data structure (axis x, y, z).
Definition at line 85 of file MPU6050.hh.
int16_t MPU6050::sample_t::x |
Definition at line 86 of file MPU6050.hh.
int16_t MPU6050::sample_t::y |
Definition at line 87 of file MPU6050.hh.
int16_t MPU6050::sample_t::z |
Definition at line 88 of file MPU6050.hh.