Files
Momentum-Firmware/lib/nfc/parsers/plantain_4k_parser.h
RogueMaster c97eef493e nfc upd
2022-09-17 05:44:13 -04:00

10 lines
273 B
C

#pragma once
#include "nfc_supported_card.h"
bool plantain_4k_parser_verify(NfcWorker* nfc_worker, FuriHalNfcTxRxContext* tx_rx);
bool plantain_4k_parser_read(NfcWorker* nfc_worker, FuriHalNfcTxRxContext* tx_rx);
bool plantain_4k_parser_parse(NfcDeviceData* dev_data);