Click or drag to resize

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)
Syntax
public bool IsLSBFirst { get; set; }

Return Value

Type: Boolean
The current LSB First setting, as a boolean
See Also