Edit

Share via


SoundSensor Class

Definition

SoundSensor class to support basic Grove microphones

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

Constructors

SoundSensor(GrovePi, GrovePort)

SoundSensor constructor.

Properties

MaxAdc

On GrovePi, ADC is 1023

(Inherited from AnalogSensor)
SensorName

Get the name Sound 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