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)
Syntaxpublic bool SetBitBangSpiFreq(
uint Freq
)
Public Function SetBitBangSpiFreq (
Freq As UInteger
) As Boolean
public:
bool SetBitBangSpiFreq(
unsigned int Freq
)
member SetBitBangSpiFreq :
Freq : uint32 -> bool
Parameters
- Freq
- Type: SystemUInt32
The SPI frequency, in Hz
Return Value
Type:
BooleanA boolean indicating if the frequency could be set.
See Also