Skip to main content

Interface IAccelerometer

Represents a generic accelerometer sensor.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IAccelerometer : ISamplingSensor<Acceleration3D>, ISensor<Acceleration3D>, ISensor, ISamplingSensor

Properties

Acceleration3D

Last value read from the sensor.

View Source
Declaration
Acceleration3D? Acceleration3D { get; }