Read SoC temp via mailboxes

This commit is contained in:
2025-07-18 14:41:19 +02:00
parent fe8e5e000a
commit fbc2fcff72
11 changed files with 91 additions and 51 deletions

View File

@@ -4,6 +4,7 @@ use core::ptr::{read_volatile, write_volatile};
pub mod peripherals;
pub mod configuration;
pub mod irq_interrupt;
pub mod mailbox;
pub mod timer;