Function caerIMU6EventGetAccelX

Function Documentation

static inline float caerIMU6EventGetAccelX(caerIMU6EventConst event)

Get the X axis acceleration reading (from accelerometer). This is in g (1 g = 9.81 m/s²).

Parameters:

event – a valid IMU6Event pointer. Cannot be NULL.

Returns:

acceleration on the X axis.