Skip to main content

GyroscopeReadingEvent

Discrete reading from a gyroscope.

Gyroscope sample containing device rotation rate (rad/s) around each axis plus the microsecond timestamp.

Inherits: Event

Properties

  • timestamp - Event timestamp.
  • x - Rotation rate around the X axis, in rad/s.
  • y - Rotation rate around the Y axis, in rad/s.
  • z - Rotation rate around the Z axis, in rad/s.

Properties

timestampinstance-attribute

timestamp: datetime

Event timestamp.

xinstance-attribute

x: float

Rotation rate around the X axis, in rad/s.

yinstance-attribute

y: float

Rotation rate around the Y axis, in rad/s.

zinstance-attribute

z: float

Rotation rate around the Z axis, in rad/s.