1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
//! Prelude

pub use flash::FlashExt as _stm32f30x_hal_flash_FlashExt;
pub use gpio::GpioExt as _stm32f30x_hal_gpio_GpioExt;
pub use hal::prelude::*;
pub use i2c::I2cExt as _stm32f30x_hal_i2ci_I2cExt;
pub use pwm::PwmExt as _stm32f103xx_hal_pwm_PwmExt;
pub use rcc::RccExt as _stm32f30x_hal_rcc_RccExt;
pub use serial::SerialExt as _stm32f30x_hal_serial_SerialExt;
pub use spi::SpiExt as _stm32f30x_hal_spi_SpiExt;
pub use time::U32Ext as _stm32f30x_hal_time_U32Ext;