1056: embassy-nrf: Add TWIS module r=Dirbaio a=kalkyl

Verified to be working on nrf9160

Co-authored-by: kalkyl <henrik.alser@me.com>
Co-authored-by: Henrik Alsér <henrik.alser@me.com>
This commit is contained in:
bors[bot]
2022-11-22 21:50:42 +00:00
committed by GitHub
13 changed files with 835 additions and 0 deletions

View File

@ -101,6 +101,7 @@ pub mod spis;
pub mod temp;
pub mod timer;
pub mod twim;
pub mod twis;
pub mod uarte;
#[cfg(any(
feature = "_nrf5340-app",