pub unsafe static SRSensorAccelerometer: &'static SRSensorExpand description
Accelerometer sensor stream for Motion.
This data stream stores acceleration measured by the device’s accelerometer. Fetches from this stream return objects of type NSArray <CMRecordedAccelerometerData *> * as defined in the CoreMotion framework.
See also Apple’s documentation