Interface IGyroscope
Represents a generic gyroscopic sensor that measures angular velocity.
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IGyroscope : ISamplingSensor<AngularVelocity3D>, ISensor<AngularVelocity3D>, ISensor, ISamplingSensor
Properties
AngularVelocity3D
Last value read from the sensor.
View Source
Declaration
AngularVelocity3D? AngularVelocity3D { get; }