mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 21:01:06 +00:00

* SPI write v2 was hanging in write due to an infinite loop * SPI word write was not followed by a read back The u8 and u16 write/read logic have been refactored into write_word and read_word.