stm32: add draft spi trait (#130)

This commit is contained in:
xoviat
2021-04-13 16:11:06 -05:00
committed by GitHub
parent 0bd35373c0
commit 8e040cc5d2
3 changed files with 481 additions and 1 deletions

View File

@ -109,7 +109,7 @@ pub mod rtc;
feature = "stm32f469",
feature = "stm32f479",
))]
pub use f4::serial;
pub use f4::{serial, spi};
#[cfg(any(
feature = "stm32f401",