main: first implementation of a way to handle interrupts from sensors. untested!!

This commit is contained in:
2026-03-11 13:59:56 +01:00
parent 94144ab4b3
commit ccb2680954
4 changed files with 89 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ pub mod graphics;
pub mod tracing;
pub mod storage;
pub mod simdata;
pub mod gpio_interrupt;
extern crate alloc;