PotentiometerSensor Class

Definition

PotentiometerSensor class for analogic potentiometer sensors

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

Constructors

PotentiometerSensor(GoPiGo, GrovePort)

Creates a new instance of PotentiometerSensor-

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 "Potentiometer 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 percent

Applies to