GyroscopeReadingEvent
Inherits: Event['Gyroscope']
Discrete reading from a gyroscope.
Gyroscope sample containing device rotation rate (rad/s) around each
axis plus the microsecond timestamp.
Properties
-
timestamp(datetime) –Event timestamp.
-
x(float) –Rotation rate around the X axis, in
rad/s. -
y(float) –Rotation rate around the Y axis, in
rad/s. -
z(float) –Rotation rate around the Z axis, in
rad/s.