Nfc: add nfc detection cli command (#379)
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -29,7 +29,7 @@ void nfc_worker_change_state(NfcWorker* nfc_worker, NfcWorkerState state);
|
||||
|
||||
void nfc_worker_task(void* context);
|
||||
|
||||
void nfc_worker_poll(NfcWorker* nfc_worker);
|
||||
void nfc_worker_poll(NfcWorker* nfc_worker, uint8_t cycles);
|
||||
bool nfc_worker_nfca_poll(NfcWorker* nfc_worker);
|
||||
bool nfc_worker_nfcb_poll(NfcWorker* nfc_worker);
|
||||
bool nfc_worker_nfcf_poll(NfcWorker* nfc_worker);
|
||||
|
Reference in New Issue
Block a user