Add read/write for felica

felica types refactor
This commit is contained in:
2026-08-27 10:02:50 +08:00
parent 0810cdb892
commit 86373a2d33
19 changed files with 875 additions and 184 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ postcard = { version = "1.1.3", default-features = false, features = ["defmt", "
serde = { version = "1.0.229", default-features = false, features = ["derive"] }
atomic = "0.6.1"
bytemuck = { version = "1.25.2", features = ["derive", "alloc_uninit", "extern_crate_alloc", "zeroable_atomics", "zeroable_maybe_uninit"] }
pn532 = { path = "pn532", features = ["defmt", "alloc"] }
pn532 = { path = "pn532", features = ["defmt", "alloc", "felica-lite-s"] }
once_cell = { version = "1.21.4", default-features = false, features = ["alloc"] }
heapless = { version = "0.9.3", features = ["alloc", "defmt", "serde"] }
crossbeam = { version = "0.8.4", default-features = false, features = ["alloc"] }