Optimize imports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use crate::{BaudRate, Error, Interface, Pn532, Uid};
|
||||
use crate::commands::{PN532_COMMAND_INDATAEXCHANGE, PN532_COMMAND_INLISTPASSIVETARGET, PN532_COMMAND_INRELEASE};
|
||||
use crate::error::StatusCode;
|
||||
use crate::{BaudRate, Error, Interface, Pn532, Uid};
|
||||
|
||||
impl<B: Interface> Pn532<B> {
|
||||
/// Wait for an ISO14443A target and read its UID.
|
||||
|
||||
Reference in New Issue
Block a user