Click or drag to resize
MCP3008ChannelMode Property
Gets or sets the reading mode of the ADC.

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 ProviderAdcChannelMode ChannelMode { get; set; }

Property Value

Type: ProviderAdcChannelMode
A ProviderAdcChannelMode that represents the reading mode of the ADC. The default is SingleEnded.

Implements

IAdcControllerProviderChannelMode
Remarks
See Also