nrf: add blocking TWIM

This commit is contained in:
Dario Nieuwenhuis
2021-05-11 03:07:37 +02:00
parent bd9589d0ce
commit eb4571dc4c
8 changed files with 548 additions and 0 deletions

View File

@ -37,6 +37,7 @@ pub mod saadc;
pub mod spim;
pub mod system;
pub mod timer;
pub mod twim;
pub mod uarte;
// This mod MUST go last, so that it sees all the `impl_foo!` macros