Mcp3xxx Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MCP family of ADC devices
public abstract class Mcp3xxx : Iot.Device.Adc.Mcp3Base
type Mcp3xxx = class
inherit Mcp3Base
Public MustInherit Class Mcp3xxx
Inherits Mcp3Base
- Inheritance
- Derived
Mcp3xxx(Spi |
Constructs Mcp3xxx instance |
Channel |
the number of single ended input channel on the ADC |
Check |
Checks that the channel is in range of the available input channels and that both channels are part of a valid pairing of input channels. |
Check |
Checks that the channel is in range of the available channels channels and throws an exception if not. |
Dispose() |
Disposes Mcp3Base instances (Inherited from Mcp3Base) |
Read(Int32) |
Reads a value from the device |
Read |
Reads a value from the device using differential inputs |
Read |
Reads a value from the device (Inherited from Mcp3Base) |
Read |
Reads a value from the device |
Read |
Reads a value from the device using pseudo-differential inputs |
Product | Versions |
---|---|
.NET IoT Libraries | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |