10 #ifndef PLEN2_ACCELERATION_GYRO_SENSOR_H
11 #define PLEN2_ACCELERATION_GYRO_SENSOR_H
38 int16_t m_values[SENSORS_SUM + 1];
137 #endif // PLEN2_ACCELERATION_GYRO_SENSOR_H
Definition: AccelerationGyroSensor.h:16
const int16_t & getGyroPitch()
Get angular velocity of pitch axis (rotation axis on Y axis)
const int16_t & getGyroRoll()
Get angular velocity of roll axis (rotation axis on X axis)
const int16_t & getAccY()
Get acceleration on Y axis.
const int16_t & getGyroYaw()
Get angular velocity of yaw axis (rotation axis on Z axis)
bool sampling()
Do sampling sensor values.
void dump()
Dump all sensors' value after sampling.
const int16_t & getAccX()
Get acceleration on X axis.
Management class of acceleration and gyro sensor.
Definition: AccelerationGyroSensor.h:24
const int16_t & getAccZ()
Get acceleration on Z axis.