Rust edition bumped & UART implementation
- Also adds UART example
This commit is contained in:
@ -7,5 +7,10 @@ pub mod gpio;
|
||||
pub mod prelude;
|
||||
pub mod time;
|
||||
pub mod timer;
|
||||
pub mod uart;
|
||||
|
||||
pub use va108xx as pac;
|
||||
|
||||
mod sealed {
|
||||
pub trait Sealed {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user