esp_hal/i2s/
mod.rs

1//! # Inter-IC Sound (I2S)
2
3pub mod master;
4
5#[cfg(esp32)]
6pub mod parallel;