LightSensor Class

Definition

LightSensor class for analogic luminosity sensors

public class LightSensor : Iot.Device.GrovePiDevice.Sensors.AnalogSensor
type LightSensor = class
    inherit AnalogSensor
Public Class LightSensor
Inherits 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