Interface ILightSensor
Light sensor interface requirements.
Assembly: Meadow.Contracts.dll
View Source
public interface ILightSensor : ISamplingSensor<Illuminance>, ISensor<Illuminance>, ISensor, ISamplingSensor
Properties
Illuminance
Last value read from the Light sensor.
View Source
Illuminance? Illuminance { get; }