Refactored parts of the GPIO implementation

This commit is contained in:
2021-11-06 16:16:53 +01:00
parent 9181e61e70
commit 9020fc92d0
4 changed files with 161 additions and 115 deletions

4
src/prelude.rs Normal file
View File

@@ -0,0 +1,4 @@
//! Prelude
pub use embedded_hal::prelude::*;
pub use crate::gpio::GpioExt as _stm32h7xx_hal_gpio_GpioExt;