working uart but not waking after sleep
This commit is contained in:
8
semestralka_2_uart/src/lib.rs
Normal file
8
semestralka_2_uart/src/lib.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
#![no_std]
|
||||
|
||||
// pub mod low_power;
|
||||
// pub use low_power::*;
|
||||
pub mod hw_uart_pc;
|
||||
pub mod config;
|
||||
pub mod sleep;
|
||||
pub mod wakeup;
|
||||
Reference in New Issue
Block a user