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

View File

@ -3,5 +3,5 @@
pub use va108xx;
pub mod gpio;
pub mod prelude;
pub use va108xx as pac;