AnalogSensor Class

Definition

AnalogSensor is a generic analog sensor

public class AnalogSensor
type AnalogSensor = class
Public Class AnalogSensor
Inheritance
AnalogSensor
Derived

Constructors

AnalogSensor(GrovePi, GrovePort)

AnalogSensor constructor

Properties

MaxAdc

On GrovePi, ADC is 1023

SensorName

Get the namme Analog Sensor

SupportedPorts

Only Analogic ports are supported

Value

Get the measurement from 0 to MaxAdc

ValueAsPercent

Get the value as a percentage from 0 to 100

Methods

ToString()

Returns the measurement as a string

Applies to