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

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