Function caerIMU9EventSetAccelY

Function Documentation

static inline void caerIMU9EventSetAccelY(caerIMU9Event event, float accelY)

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

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

  • accelY – acceleration on the Y axis.