Skip to content
Ken Sharp edited this page Dec 8, 2023 · 1 revision

Bit Order Constants

Constants defined in LinxDevice.h used to set bit order.

LSBFIRST
0 - SPI Least Significant Bit First.

MSBFIRST
1 - SPI Most Significant Bit First.

Related Links

Firmware Reference

Clone this wiki locally