stm32f429-hal 0.1.1

HAL for the STM32F429 family of microcontrollers, forked from the one for STM32F30x
Documentation
1
2
3
4
5
6
7
//! Prelude

pub use gpio::GpioExt as _stm32f429_hal_gpio_GpioExt;
pub use hal::prelude::*;
pub use rcc::RccExt as _stm32f429_hal_rcc_RccExt;
pub use time::U32Ext as _stm32f429_hal_time_U32Ext;
pub use flash::FlashExt as _stm32f429_hal_flash_FlashExt;