FX3ConnectionStopPWM Method |
This function call disables the PWM output from the FX3 and returns the pin to a tri-stated mode.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic void StopPWM(
IPinObject Pin
)
Public Sub StopPWM (
Pin As IPinObject
)
public:
void StopPWM(
IPinObject^ Pin
)
member StopPWM :
Pin : IPinObject -> unit
Parameters
- Pin
- Type: IPinObject
[Missing <param name="Pin"/> documentation for "M:FX3Api.FX3Connection.StopPWM(AdisApi.IPinObject)"]
See Also