Click or drag to resize

PinListAddReplace Method

Adds a pin to the list. Replaces any existing pin with the same FX3 GPIO number.

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public void AddReplace(
	PinPWMInfo Pin
)

Parameters

Pin
Type: FX3ApiPinPWMInfo
The PinPWMInfo to add
See Also