Added first GPIO implementation
- First GPIO implementation based on the stm32f0xx amd stm32f1xx HAL implementations for the HAL module
This commit is contained in:
7
src/lib.rs
Normal file
7
src/lib.rs
Normal file
@ -0,0 +1,7 @@
|
||||
#![no_std]
|
||||
|
||||
pub use va108xx;
|
||||
|
||||
pub mod gpio;
|
||||
|
||||
pub use va108xx as pac;
|
Reference in New Issue
Block a user