First Try

This commit is contained in:
2025-07-20 01:12:47 +02:00
parent d948ad81aa
commit 0d0dc3092f
7 changed files with 118 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ use crate::{
gpio::{blink_gpio, SpecificGpio},
uart::print,
},
timer::{sleep_ms, sleep_s},
timer::sleep_s,
};
const INTERRUPT_BASE: u32 = 0x3F00_B000;