Click or drag to resize

FX3ConnectionSetBitBangSpiFreq Method (Double)

Sets the SCLK frequency for a bit bang SPI connection.

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public bool SetBitBangSpiFreq(
	double Freq
)

Parameters

Freq
Type: SystemDouble
The desired SPI frequency. Can go from 1.5MHz to approx 0.001Hz

Return Value

Type: Boolean

[Missing <returns> documentation for "M:FX3Api.FX3Connection.SetBitBangSpiFreq(System.Double)"]

See Also