Add read/write for felica
felica types refactor
This commit is contained in:
@@ -2,7 +2,7 @@ use crate::commands::{PN532_COMMAND_INDATAEXCHANGE, PN532_COMMAND_INLISTPASSIVET
|
||||
use crate::error::StatusCode;
|
||||
use crate::{BaudRate, Error, Interface, Pn532, Uid};
|
||||
|
||||
impl<B: Interface> Pn532<B> {
|
||||
impl<B: Interface, const N: usize> Pn532<B, N> {
|
||||
/// Wait for an ISO14443A target and read its UID.
|
||||
///
|
||||
/// Returns `Ok(None)` when no card appears within `timeout_ms` milliseconds.
|
||||
|
||||
Reference in New Issue
Block a user