add support for pdm microphones in nrf driver

This commit is contained in:
pbert
2022-07-10 20:12:25 +02:00
parent f075e62444
commit a4afab4640
8 changed files with 298 additions and 0 deletions

View File

@ -128,6 +128,9 @@ embassy_hal_common::peripherals! {
// QDEC
QDEC,
// PDM
PDM,
}
impl_uarte!(UARTE0, UARTE0, UARTE0_UART0);