Files
stm32_rust/semestralka_2/src/lib.rs
2025-12-03 13:36:56 +01:00

9 lines
126 B
Rust

#![no_std]
// pub mod low_power;
// pub use low_power::*;
pub mod hw_uart_pc;
pub mod config;
pub mod sleep;
pub mod wakeup;