Function caerIMU6EventSetAccelZ

Function Documentation

static inline void caerIMU6EventSetAccelZ(caerIMU6Event event, float accelZ)

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

Parameters:
  • event – a valid IMU6Event pointer. Cannot be NULL.

  • accelZ – acceleration on the Z axis.