Method | Description | |
---|---|---|
Pi2Gpio ( Windows.Devices.Gpio.GpioPin pin ) : System | ||
Write ( BinaryState state, bool commit = true ) : void |
Method | Description | |
---|---|---|
CoerceState ( BinaryState state ) : BinaryState | ||
IBinaryInput ( ) : BinaryState | ||
IBinaryInput ( bool value ) : IBinaryInput | ||
IBinaryOutput ( ) : BinaryState | ||
IBinaryOutput ( bool value ) : IBinaryOutput |
public Pi2Gpio ( Windows.Devices.Gpio.GpioPin pin ) : System | ||
pin | Windows.Devices.Gpio.GpioPin | |
return | System |
public Write ( BinaryState state, bool commit = true ) : void | ||
state | BinaryState | |
commit | bool | |
return | void |