Click or drag to resize

FX3PinObject Constructor (UInt32, Boolean)

creates a new instance of PinObject with the given pin number and inversion.

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public FX3PinObject(
	uint pinNumber,
	bool invert
)

Parameters

pinNumber
Type: SystemUInt32
Number of FX3 GPIO Pin to Use
invert
Type: SystemBoolean

[Missing <param name="invert"/> documentation for "M:FX3Api.FX3PinObject.#ctor(System.UInt32,System.Boolean)"]

See Also