spi-handle

Crates.iospi-handle
lib.rsspi-handle
version0.1.0
sourcesrc
created_at2024-07-09 03:18:33.983208
updated_at2024-07-09 03:18:33.983208
description`SpiHandle` trait
homepage
repositoryhttps://github.com/SerenaLynas/spi-handle.git
max_upload_size
id1296591
size1,801
Serena Lynas (SerenaLynas)

documentation

README

I didn't like embedded-hal's API for SpiDevice, so I made my own, called SpiHandle. Just call select on the handle and you will get something that implements SpiBus that gauruntees exclusive access of the bus until it is dropped.

Commit count: 3

cargo fmt