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)
Syntaxpublic IPinObject FX3_GPIO4 { get; }
Public ReadOnly Property FX3_GPIO4 As IPinObject
Get
public:
property IPinObject^ FX3_GPIO4 {
IPinObject^ get ();
}
member FX3_GPIO4 : IPinObject with get
Return Value
Type:
IPinObjectReturns the GPIO pin, as an IPinObject
See Also