IMUSamplingRate

public struct IMUSamplingRate

Defines the sampling rate for Accelerometer and Gyroscope sensors of the Tag.

Using high configuration reduces battery life of the tag. Default configuration is set to low.

  • low

    Low level configuration for sampling rate. Values for accelerometer: hertz25 & gyroscope: hertz25

    Declaration

    Swift

    public static let low: IMUSamplingRate
  • mid

    Mid level configuration for sampling rate. Values for accelerometer: hertz100 & gyroscope: hertz200

    Declaration

    Swift

    public static let mid: IMUSamplingRate
  • High level configuration for sampling rate. Values for accelerometer: hertz400 & gyroscope: hertz800

    Declaration

    Swift

    public static let high: IMUSamplingRate