add peripherals module which has shared state of all peripherals

This commit was merged in pull request #47.
This commit is contained in:
2026-08-29 17:57:08 +00:00
parent 282bcd163c
commit a31c818b37
18 changed files with 207 additions and 99 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ pub mod drivers;
pub mod logging;
pub mod navigation;
pub mod network;
pub mod storage;
pub mod peripherals;
pub mod views;