1 2 3 4
//! Import the prelude to gain convenient access to helper traits pub use crate::gpio::GpioExt as _atsamd21_hal_gpio_GpioExt; pub use crate::time::U32Ext as _atsamd21_hal_time_U32Ext; pub use hal::prelude::*;