Click or drag to resize

FX3ConnectionSetBitBangSpiFreq Method (UInt32)

Set the SCLK frequency for a bit banged SPI connection. Overloaded to allow for a UInt

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

Parameters

Freq
Type: SystemUInt32
The SPI frequency, in Hz

Return Value

Type: Boolean
A boolean indicating if the frequency could be set.
See Also