//! Import the prelude to gain convenient access to helper traits
pub use crateEicPin;
pub use crateInterruptDrivenTimer;
pub use ExtU32 as _;
pub use RateExtU32 as _;
// embedded-hal doesn’t yet have v2 in its prelude, so we need to
// export it ourselves
pub use crateInputPin as _atsamd_hal_embedded_hal_digital_v2_InputPin;
pub use crateOutputPin as _atsamd_hal_embedded_hal_digital_v2_OutputPin;
pub use crateToggleableOutputPin as _atsamd_hal_embedded_hal_digital_v2_ToggleableOutputPin;
pub use crate*;
pub use Monotonic as _;
pub use ;