Click or drag to resize
MCP3008 Class
Driver for the MCP3008 10-bit A/D converter.
Inheritance Hierarchy
SystemObject
  Microsoft.IoT.Devices.AdcMCP3008

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 MCP3008 : IAdcControllerProvider, 
	IClosable, IStringable

The MCP3008 type exposes the following members.

Constructors
  NameDescription
Public methodMCP3008
Initializes a new MCP3008 instance.
Top
Properties
  NameDescription
Public propertyChannelCount
Public propertyChannelMode
Gets or sets the reading mode of the ADC.
Public propertyChipSelectLine
Gets or sets the chip select line to use on the SPIO controller.
Public propertyControllerName
Gets or sets the name of the SPIO controller to use.
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