Interface IAccelerometer
Represents a generic accelerometer sensor.
Assembly: Meadow.Contracts.dll
View Source
public interface IAccelerometer : ISamplingSensor<Acceleration3D>, ISensor<Acceleration3D>, ISensor, ISamplingSensor
Properties
Acceleration3D
Last value read from the sensor.
View Source
Acceleration3D? Acceleration3D { get; }