stm32f30x-hal 0.1.0

HAL for the STM32F30x family of microcontrollers
Documentation
//! Prelude

pub use gpio::GpioExt as _stm32f30x_hal_gpio_GpioExt;
pub use hal::prelude::*;
pub use rcc::RccExt as _stm32f30x_hal_rcc_RccExt;
pub use time::U32Ext as _stm32f30x_hal_time_U32Ext;
pub use flash::FlashExt as _stm32f30x_hal_flash_FlashExt;