stm32f030-hal 0.7.1

Peripheral access API for STM32F030 microcontrollers
Documentation
1
2
3
4
5
pub use hal::prelude::*;

pub use gpio::GpioExt as _stm32f030_hal_gpio_GpioExt;
pub use rcc::RccExt as _stm32f030_hal_rcc_RccExt;
pub use time::U32Ext as _stm32f030_hal_time_U32Ext;