added buzzer and rtc. rtc freeze the system, bevore interrupt can be initilized..

This commit is contained in:
Philipp_EndevourOS
2025-07-30 18:50:47 +02:00
parent c1b54920ff
commit 161ebf9bd2
9 changed files with 236 additions and 212 deletions

View File

@@ -1,2 +1,3 @@
pub mod nfc_reader;
pub mod rtc;
pub mod rtc;
pub mod buzzer;