FX3ConnectionIsLSBFirst Property |
The FX3 SPI Controller LSB setting. The controller flips the bits depending on this setting.
Reqcode: B2
Value: Polarity (0 MSB first, 1 LSB first)
Index: 7
Length: 4
Data: None
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic bool IsLSBFirst { get; set; }
Public Property IsLSBFirst As Boolean
Get
Set
public:
property bool IsLSBFirst {
bool get ();
void set (bool value);
}
member IsLSBFirst : bool with get, set
Return Value
Type:
BooleanThe current LSB First setting, as a boolean
See Also