SetPinValue(Rhyduino.DigitalPinValue) Method

Sets the value of a digital pin that is either in input or output mode.

Parameters

Name Description
digitalPinValueThe new value of the digital pin.

Exceptions

System.InvalidOperationException

Occurs when the pin is not in input or output mode.

Remarks

Examples

See Also