Refactored parts of the GPIO implementation
This commit is contained in:
4
src/prelude.rs
Normal file
4
src/prelude.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
//! Prelude
|
||||
pub use embedded_hal::prelude::*;
|
||||
|
||||
pub use crate::gpio::GpioExt as _stm32h7xx_hal_gpio_GpioExt;
|
||||
Reference in New Issue
Block a user