SoundSensor Class

Definition

SoundSensor class to support analogic microphone sensors

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

Constructors

SoundSensor(GoPiGo, GrovePort)

Creates a new instance of SoundSensor.

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 "Sound 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