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