LightSensor Class

Definition

LightSensor class for analogic luminosity sensors

C#
public class LightSensor : Iot.Device.GrovePiDevice.Sensors.AnalogSensor
Inheritance
LightSensor

Constructors

LightSensor(GrovePi, GrovePort)

Light sensor constructor

Properties

MaxAdc

On GrovePi, ADC is 1023

(Inherited from AnalogSensor)
SensorName

Get the name Light Sensor

Value

Get the measurement from 0 to MaxAdc

(Inherited from AnalogSensor)
ValueAsPercent

Get the value as a percentage from 0 to 100

(Inherited from AnalogSensor)

Methods

ToString()

Returns the measurement as a string

(Inherited from AnalogSensor)

Applies to

Product Versions
.NET IoT Libraries 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0