COSA
An Object-Oriented Platform for Arduino Programming
|
#include <MPU6050.hh>
Public Attributes | |
sample_t | accel |
int16_t | temp |
sample_t | gyro |
Motion Processing Unit sensor data; accelerometer, temperature, and gyroscope.
Definition at line 95 of file MPU6050.hh.
sample_t MPU6050::motion_t::accel |
Definition at line 96 of file MPU6050.hh.
sample_t MPU6050::motion_t::gyro |
Definition at line 98 of file MPU6050.hh.
int16_t MPU6050::motion_t::temp |
Definition at line 97 of file MPU6050.hh.