This repository has been archived on 2024-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
va108xx-hal/src/lib.rs
Robin Mueller 9181e61e70
Added first GPIO implementation
- First GPIO implementation based on the stm32f0xx amd stm32f1xx
HAL implementations for the HAL module
2021-11-06 01:27:04 +01:00

8 lines
69 B
Rust

#![no_std]
pub use va108xx;
pub mod gpio;
pub use va108xx as pac;