Click or drag to resize

FX3ConnectionFX3_GPIO4 Property

Read-only property to get the FX3_GPIO4 pin. This pin does not map to the standard iSensor breakout, and should be used for other general purpose interfacing. This pin shares a complex GPIO block with DIO1. If DIO1 is being used as a clock source, via the StartPWM function, then this pin cannot be used as a clock source.

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public IPinObject FX3_GPIO4 { get; }

Return Value

Type: IPinObject
Returns the GPIO pin, as an IPinObject
See Also