1
2
3
4
5
6
pub use hal::prelude::*;

pub use gpio::GpioExt as _stm32f4xx_hal_gpio_GpioExt;
pub use i2c::Pins as _stm32f4xx_hal_i2c_Pins;
pub use rcc::RccExt as _stm32f4xx_hal_rcc_RccExt;
pub use time::U32Ext as _stm32f4xx_hal_time_U32Ext;