C# Class Toolbelt.GPIO.TinyGPIO

Afficher le fichier Open project: codejp/code2015-cameracar

Private Properties

Свойство Type Description
ConvertPath string
GetGPIOPortPath string
RawRead string
RawWrite void
Read string
TinyGPIO System
Write void

Méthodes publiques

Méthode Description
Export ( int port ) : TinyGPIO

Private Methods

Méthode 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 méthode

public static Export ( int port ) : TinyGPIO
port int
Résultat TinyGPIO