1pub use embedded_hal::prelude::*;
2
3pub use embedded_hal::watchdog::Watchdog as _stm32f0xx_hal_embedded_hal_watchdog_Watchdog;
5pub use embedded_hal::watchdog::WatchdogEnable as _stm32f0xx_hal_embedded_hal_watchdog_WatchdogEnable;
6
7pub use embedded_hal::adc::OneShot as _embedded_hal_adc_OneShot;
8
9pub use embedded_hal::digital::v2::InputPin as _embedded_hal_gpio_InputPin;
10pub use embedded_hal::digital::v2::OutputPin as _embedded_hal_gpio_OutputPin;
11pub use embedded_hal::digital::v2::StatefulOutputPin as _embedded_hal_gpio_StatefulOutputPin;
12pub use embedded_hal::digital::v2::ToggleableOutputPin as _embedded_hal_gpio_ToggleableOutputPin;
13
14pub use crate::gpio::GpioExt as _stm32f0xx_hal_gpio_GpioExt;
15pub use crate::rcc::RccExt as _stm32f0xx_hal_rcc_RccExt;
16pub use crate::time::U32Ext as _stm32f0xx_hal_time_U32Ext;