refactor structure

This commit is contained in:
2026-08-30 16:27:44 +08:00
parent 8f65670a8f
commit da83ff6f94
31 changed files with 314 additions and 290 deletions
@@ -0,0 +1,7 @@
use crate::{Interface, Pn532};
impl<B: Interface, const N: usize> Pn532<B, N> {
pub fn setup_first_issuance(&mut self) {
}
}