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

@ -158,6 +158,9 @@ embassy_hal_common::peripherals! {
// QDEC
QDEC,
// PDM
PDM,
}
#[cfg(feature = "nightly")]