xmos / lib_spi

SPI peripheral library
Other
3 stars 9 forks source link

Incorrect code comment: data is transmitted MSb first not LSb first #26

Closed larry-xmos closed 4 years ago

larry-xmos commented 5 years ago

In the API header a repeated mention is made of least-significant bit first, however it's clearly sending data most-significant bit first (in accordance with the SPI standard)

larry-xmos commented 4 years ago

If and when this library receives maintenance surely this will be picked up so no need to keep an open issue