LightSensor Class

Definition

LightSensor class for analogic luminosity sensors

public class LightSensor : Iot.Device.GoPiGo3.Sensors.AnalogSensor
type LightSensor = class
    inherit AnalogSensor
Public Class LightSensor
Inherits AnalogSensor
Inheritance
LightSensor

Constructors

LightSensor(GoPiGo, GrovePort)

Creates a new instance of LightSensor.

Properties

MaxAdc

The maximum ADC value 4095 for GoPiGo3

(Inherited from AnalogSensor)
Port

Get the Grove Port

(Inherited from AnalogSensor)
SensorName

Get the sensor name "Light Sensor"

Value

Get the value of the sensor from 0 to MaxAdc

(Inherited from AnalogSensor)
ValueAsPercent

Get the read value as a percentage from 0 to 100

(Inherited from AnalogSensor)

Methods

ToString()

Get the value as a string

(Inherited from AnalogSensor)

Applies to