Moved nfc and wifi into dedicated file

This commit is contained in:
2026-08-02 15:45:04 +02:00
committed by rhetenor
parent 23766168b8
commit 30ba5e3796
7 changed files with 316 additions and 324 deletions
+2
View File
@@ -1,5 +1,7 @@
#![no_std]
extern crate alloc;
pub mod card;
pub mod display;
pub mod drivers;