C# Class Toolbelt.GPIO.TinyGPIO

Mostrar archivo Open project: codejp/code2015-cameracar

Private Properties

Property Type Description
ConvertPath string
GetGPIOPortPath string
RawRead string
RawWrite void
Read string
TinyGPIO System
Write void

Public Methods

Method Description
Export ( int port ) : TinyGPIO

Private Methods

Method Description
ConvertPath ( string path ) : string
GetGPIOPortPath ( int port ) : string
RawRead ( string path ) : string
RawWrite ( string path, object value ) : void
Read ( string name ) : string
TinyGPIO ( int port ) : System
Write ( string name, object value ) : void

Method Details

Export() public static method

public static Export ( int port ) : TinyGPIO
port int
return TinyGPIO