You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
stm32f0xx-hal/src/prelude.rs

6 lines
212 B
Rust

pub use embedded_hal::prelude::*;
pub use crate::gpio::GpioExt as _stm32f042_hal_gpio_GpioExt;
pub use crate::rcc::RccExt as _stm32f042_hal_rcc_RccExt;
pub use crate::time::U32Ext as _stm32f042_hal_time_U32Ext;