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)
Syntaxpublic void AddReplace(
PinPWMInfo Pin
)
Public Sub AddReplace (
Pin As PinPWMInfo
)
public:
void AddReplace(
PinPWMInfo^ Pin
)
member AddReplace :
Pin : PinPWMInfo -> unit
Parameters
- Pin
- Type: FX3ApiPinPWMInfo
The PinPWMInfo to add
See Also