Add read/write for felica
felica types refactor
This commit is contained in:
+1
-1
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user