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)
Syntaxpublic bool SetBitBangSpiFreq(
double Freq
)
Public Function SetBitBangSpiFreq (
Freq As Double
) As Boolean
public:
bool SetBitBangSpiFreq(
double Freq
)
member SetBitBangSpiFreq :
Freq : float -> bool
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