Crate embedded_hal_compat[][src]

Embedded HAL Compat A compatibility layer to aleviate (some) of the issues resolving from changes to embedded-hal

Re-exports

pub use eh0_2;
pub use eh1_0;

Structs

Compat

Compatibility container object. This is generic over different E-H types and will provide adaption depending on the bound type.

Traits

IntoCompat

Convert a type into a compatiblity wrapper object