Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gpio: Add basic functionality for GPIOs (#17)
This adds the basic outline functionality for the GPIO module and will form the base for follow-up PRs (see #19, #20, #21) to round out the GPIO functionality. The gpio module is largely based on/copied from the implementation in [stm32h7xx-hal](https://github.com/stm32-rs/stm32h7xx-hal).
- Loading branch information