rust-embedded / embedded-hal

A Hardware Abstraction Layer (HAL) for embedded systems
Apache License 2.0
2.01k stars 202 forks source link

Consolidate identical SPI transaction impl #529

Closed nyurik closed 11 months ago

nyurik commented 12 months ago

Consolidate three identical implementations of the SpiDevice::transaction. Fewer lines of code, faster compilation, fewer bugs... In short, keeping it DRY

nyurik commented 11 months ago

rebased