embedded-hal
embedded-hal copied to clipboard
spi: add settings to embedded-hal-bus SpiDevice impls for CS-to-clock delays.
trafficstars
As discussed in today's meeting:
It is better if the CS-assert-to-clock and clock-to-CS-deassert delays are configured in the SpiDevice itself, so that the driver doesn't have to add them to every single transaction, and can use the read/write/write_read convenience methods.
- add configuration settings to the SpiDevice impls in
embedded-hal-busto do the delays - document that drivers are discouraged from using
Operation::DelayNsdirectly for CS-to-clocks delays.