Moved nfc and wifi into dedicated file

This commit is contained in:
2026-08-02 14:52:37 +02:00
parent f2a2bf7d5f
commit e287491906
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;