diff options
| author | Christian Perez Llamas <[email protected]> | 2022-11-09 19:14:43 +0100 |
|---|---|---|
| committer | Christian Perez Llamas <[email protected]> | 2022-11-09 19:19:01 +0100 |
| commit | cecd77938c694ff2bad2a259ff64f2f468dcb04a (patch) | |
| tree | ad4cca7a642cc0a8a2fd2858538560d0a2ba55b1 /embassy-nrf/src/lib.rs | |
| parent | 059610a8de49ff2d38311f343d3d1a6f8d90a720 (diff) | |
Draft: Initial support for I2S with a working example.
Co-authored-by: @brainstorm <[email protected]>
Diffstat (limited to 'embassy-nrf/src/lib.rs')
| -rw-r--r-- | embassy-nrf/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index bc70fc2f6..ac797db9b 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -74,6 +74,8 @@ pub mod buffered_uarte; | |||
| 74 | pub mod gpio; | 74 | pub mod gpio; |
| 75 | #[cfg(feature = "gpiote")] | 75 | #[cfg(feature = "gpiote")] |
| 76 | pub mod gpiote; | 76 | pub mod gpiote; |
| 77 | // #[cfg(all(feature = "i2s", feature = "nrf52840"))] | ||
| 78 | pub mod i2s; | ||
| 77 | #[cfg(not(any(feature = "_nrf5340", feature = "_nrf9160")))] | 79 | #[cfg(not(any(feature = "_nrf5340", feature = "_nrf9160")))] |
| 78 | pub mod nvmc; | 80 | pub mod nvmc; |
| 79 | #[cfg(any( | 81 | #[cfg(any( |
