Skip to main content

Interface ILightSensor

Light sensor interface requirements.

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

Properties

Illuminance

Last value read from the Light sensor.

View Source
Declaration
Illuminance? Illuminance { get; }