C# Class GarageDoor.Device.Mcp3008

Inheritance: IDisposable
Mostra file Open project: mlinnen/HacksterIOWin10IoT Class Usage Examples

Public Methods

Method Description
Connect ( ) : System.Threading.Tasks.Task
Dispose ( ) : void
Mcp3008 ( int chipSelectLine ) : System
Read ( int port ) : int

Method Details

Connect() public method

public Connect ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Dispose() public method

public Dispose ( ) : void
return void

Mcp3008() public method

public Mcp3008 ( int chipSelectLine ) : System
chipSelectLine int
return System

Read() public method

public Read ( int port ) : int
port int
return int