esp-idf-svc 0.45.0

Implementation of the embedded-svc traits for ESP-IDF (Espressif's IoT Development Framework)
#![allow(unused)]

pub mod common;
pub mod cstr;
pub mod mutex;
#[cfg(esp_idf_comp_esp_netif_enabled)]
pub mod net;
pub mod waitable;

mod stubs;