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)
Syntaxpublic void SetPinResistorSetting(
IPinObject Pin,
FX3PinResistorSetting Setting
)
Public Sub SetPinResistorSetting (
Pin As IPinObject,
Setting As FX3PinResistorSetting
)
public:
void SetPinResistorSetting(
IPinObject^ Pin,
FX3PinResistorSetting Setting
)
member SetPinResistorSetting :
Pin : IPinObject *
Setting : FX3PinResistorSetting -> unit
Parameters
- Pin
- Type: IPinObject
The pin to set (FX3PinObject) - Setting
- Type: FX3ApiFX3PinResistorSetting
The pin resistor setting to apply
See Also