SRSensorAccelerometer

Static SRSensorAccelerometer 

Source
pub unsafe static SRSensorAccelerometer: &'static SRSensor
Expand 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