All checks were successful
Rust/va108xx-rs/pipeline/pr-main This commit looks good
- Add embassy example - improve timer API - restructure examples - restructure and improve SPI - Add REB1 M95M01 NVM module
5 lines
60 B
Rust
5 lines
60 B
Rust
#![no_std]
|
|
pub mod time_driver;
|
|
|
|
pub use time_driver::init;
|