Nfc: add nfc detection cli command (#379)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
gornekich
2021-03-12 16:18:01 +03:00
committed by GitHub
parent 1daef3d025
commit ca9862ef6c
7 changed files with 113 additions and 16 deletions

View File

@@ -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);