working buffered hardware uart from previous project is now on

This commit is contained in:
Priec
2025-11-29 19:30:13 +01:00
parent 9c7f67b071
commit f7063f877d
7 changed files with 158 additions and 0 deletions

View File

@@ -1,2 +1,6 @@
#![no_std]
// pub mod low_power;
// pub use low_power::*;
pub mod hw_uart_pc;
pub mod config;