This repository has been archived on 2024-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
va108xx-hal/src/prelude.rs
T

5 lines
108 B
Rust
Raw Normal View History

2021-11-06 16:16:53 +01:00
//! Prelude
pub use embedded_hal::prelude::*;
pub use crate::gpio::GpioExt as _stm32h7xx_hal_gpio_GpioExt;