- First GPIO implementation based on the stm32f0xx amd stm32f1xx HAL implementations for the HAL module
8 lines
69 B
Rust
8 lines
69 B
Rust
#![no_std]
|
|
|
|
pub use va108xx;
|
|
|
|
pub mod gpio;
|
|
|
|
pub use va108xx as pac;
|