add spi trait

This commit is contained in:
xoviat
2021-03-08 12:35:55 -06:00
parent 16e00669ae
commit f2ab4c4ec0
2 changed files with 37 additions and 0 deletions

View File

@@ -10,4 +10,5 @@ pub mod delay;
pub mod flash;
pub mod gpio;
pub mod i2c;
pub mod spi;
pub mod uart;