-
Notifications
You must be signed in to change notification settings - Fork 114
spisetbitorder
Ken Sharp edited this page Dec 8, 2023
·
1 revision
Sets the bit order (MSb first or LSb first) of the specified SPI master.
SpiSetBitOrder(unsigned char channel, unsigned char bitOrder);
channels
The SPI master channel to configure.
bitOrder
The bit order:
- 0 - LSb First
- 1 - MSb First
int status