[][src]Module embedded_hal::digital::v1_compat

v1 compatibility wrapper this module adds reverse support for v2 digital traits v2 traits must be explicitly cast to the v1 version using .into(), and will panic on internal errors

Structs

OldInputPin

Wrapper to allow fallible v2::InputPin traits to be converted to v1::InputPin traits where errors will panic.

OldOutputPin

Wrapper to allow fallible v2::OutputPin traits to be converted to v1::OutputPin traits