Compare commits
1 Commits
ff7884f06b
...
60f4a52953
Author | SHA1 | Date | |
---|---|---|---|
60f4a52953 |
@@ -1,8 +1,8 @@
|
||||
//! API for the SPI peripheral.
|
||||
//!
|
||||
//! The main abstraction provided by this module is the [Spi] an structure.
|
||||
//! It provides the [embedded_hal::spi] traits, but also offer a low level interface
|
||||
//! via the [SpiLowLevel] trait.
|
||||
//! It provides the [SpiBus trait](https://docs.rs/embedded-hal/latest/embedded_hal/spi/trait.SpiBus.html),
|
||||
//! but also offer a low level interface via the [SpiLowLevel] trait.
|
||||
//!
|
||||
//! ## Examples
|
||||
//!
|
||||
|
Reference in New Issue
Block a user