FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
devices::magneto::Sensor3D Struct Reference

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...
 

Detailed Description

Structure to store 3 axis data for one sensor (gyroscope or accelerometer).

Definition at line 41 of file common_magneto.h.

Member Data Documentation

◆ x

int16_t devices::magneto::Sensor3D::x

Sensor value on X axis.

Definition at line 45 of file common_magneto.h.

◆ y

int16_t devices::magneto::Sensor3D::y

Sensor value on Y axis.

Definition at line 47 of file common_magneto.h.

◆ z

int16_t devices::magneto::Sensor3D::z

Sensor value on Z axis.

Definition at line 49 of file common_magneto.h.


The documentation for this struct was generated from the following file: