Skip to main content

Interface IRangeFinder

Interface for distance sensors classes.

Assembly: Meadow.Contracts.dll
View Source
public interface IRangeFinder : ISamplingSensor<Length>, ISensor<Length>, ISensor, ISamplingSensor

Properties

Distance

Last value read from the sensor

View Source
Length? Distance { get; }

Methods

MeasureDistance()

Sends a trigger signal

View Source
void MeasureDistance()