Click or drag to resize
ADC0832 Class
Driver for the ADC0832 8-bit A/D converter.
Inheritance Hierarchy
SystemObject
  Microsoft.IoT.Devices.AdcADC0832

Namespace: Microsoft.IoT.Devices.Adc
Assembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class ADC0832 : IAdcControllerProvider, 
	IClosable, IStringable

The ADC0832 type exposes the following members.

Constructors
  NameDescription
Public methodADC0832
Initializes a new ADC0832 instance.
Top
Properties
  NameDescription
Public propertyChannelCount
Public propertyChannelMode
Gets or sets the reading mode of the ADC.
Public propertyChipSelectPin
Gets or sets the chip select pin.
Public propertyClockPin
Gets or sets the clock pin.
Public propertyDataPin
Gets or sets the data pin.
Public propertyMaxValue
Public propertyMinValue
Public propertyResolutionInBits
Top
Methods
  NameDescription
Public methodAcquireChannel
Public methodClose
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsChannelModeSupported
Public methodReadValue
Public methodReleaseChannel
Public methodToString (Inherited from Object.)
Top
See Also