//! The prelude.
//!
//! To use the esp_idf_hal effectively, a lot of traits and types need to be imported.
//! Instead of importing them one by one manually, the prelude contains the most
//! commonly used imports that are used around application runtime management.
//!
//! This can be imported as use `esp_idf_hal::prelude::*`.
pub use crate*;
pub use crate*;
pub use InputPin as _;
pub use OutputPin as _;
pub use StatefulOutputPin as _;
pub use ToggleableOutputPin as _;
pub use *;
pub use ;