21#ifndef COMMON_MAGNETO_H
22#define COMMON_MAGNETO_H
Defines API for magnetic sensors for direction, speed and acceleration properties.
Defines all API for all external devices supported by FastArduino.
Structure to store 3 axis data for one sensor (gyroscope or accelerometer).
int16_t y
Sensor value on Y axis.
int16_t z
Sensor value on Z axis.
int16_t x
Sensor value on X axis.