Click or drag to resize
MCP3008ControllerName Property
Gets or sets the name of the SPIO controller to use.

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 string ControllerName { get; set; }

Property Value

Type: String
The name of the SPIO controller to use. The default is "SPI0".
See Also