[FL-1214] NFC application (#448)
* platform: include only used api-hal files * api-hal-nfc: introduce nfc hal * nfc_worker: rework nfc worker * nfc: move nfc from services to applications, add startup hook * api-hal-nfc: init nfc worker in api_hal_detect * nfc: rework nfc application * nfc: fix app exit * api-hal-nfc: init nfc worker only once
This commit is contained in:
@@ -29,11 +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, 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);
|
||||
bool nfc_worker_nfcv_poll(NfcWorker* nfc_worker);
|
||||
void nfc_worker_poll(NfcWorker* nfc_worker);
|
||||
|
||||
void nfc_worker_emulate(NfcWorker* nfc_worker);
|
||||
|
||||
|
Reference in New Issue
Block a user