FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Structure to store 3 axis data for one sensor (gyroscope or accelerometer). More...
#include <fastarduino/devices/common_magneto.h>
Public Attributes | |
int16_t | x |
Sensor value on X axis. More... | |
int16_t | y |
Sensor value on Y axis. More... | |
int16_t | z |
Sensor value on Z axis. More... | |
Structure to store 3 axis data for one sensor (gyroscope or accelerometer).
Definition at line 41 of file common_magneto.h.
int16_t devices::magneto::Sensor3D::x |
Sensor value on X axis.
Definition at line 45 of file common_magneto.h.
int16_t devices::magneto::Sensor3D::y |
Sensor value on Y axis.
Definition at line 47 of file common_magneto.h.
int16_t devices::magneto::Sensor3D::z |
Sensor value on Z axis.
Definition at line 49 of file common_magneto.h.