esp_hal/i2s/
mod.rs

1
2
3
4
5
6
//! # Inter-IC Sound (I2S)

pub mod master;

#[cfg(esp32)]
pub mod parallel;