Click or drag to resize

FX3ConnectionSetPinResistorSetting Method

Set the FX3 GPIO input stage pull up or pull down resistor setting. All FX3 GPIOs have a software configurable pull up / pull down resistor (10KOhm).

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public void SetPinResistorSetting(
	IPinObject Pin,
	FX3PinResistorSetting Setting
)

Parameters

Pin
Type: IPinObject
The pin to set (FX3PinObject)
Setting
Type: FX3ApiFX3PinResistorSetting
The pin resistor setting to apply
See Also