Interface IColorSensor
Color sensor interface requirements.
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IColorSensor : ISamplingSensor<Color>, ISensor<Color>, ISensor, ISamplingSensor
Properties
Color
Last color read from the sensor.
View Source
Declaration
Color? Color { get; }