Another refactor

This commit is contained in:
2026-08-30 17:37:36 +08:00
parent da83ff6f94
commit 13e64ab91a
23 changed files with 313 additions and 308 deletions
@@ -2,6 +2,6 @@ use crate::{Interface, Pn532};
impl<B: Interface, const N: usize> Pn532<B, N> {
pub fn setup_first_issuance(&mut self) {
todo!()
}
}