Welcome to mirror list, hosted at ThFree Co, Russian Federation.

troyka_parser.h « parsers « nfc « lib - github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d5cee2332ac00c0f6a1f5642d37486933bd50b9 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "nfc_supported_card.h"

bool troyka_parser_verify(NfcWorker* nfc_worker, FuriHalNfcTxRxContext* tx_rx);

bool troyka_parser_read(NfcWorker* nfc_worker, FuriHalNfcTxRxContext* tx_rx);

bool troyka_parser_parse(NfcWorker* nfc_worker);