Readme and cleanup

This commit is contained in:
2025-05-30 08:42:43 +02:00
parent 20808a7992
commit a289dcfd17
6 changed files with 35 additions and 31 deletions

6
src/lib.rs Normal file
View File

@@ -0,0 +1,6 @@
#![no_std]
pub mod gpio;
pub mod interrupt;
pub mod timer;
pub mod uart;