This commit is contained in:
RogueMaster
2022-09-17 05:44:13 -04:00
parent ef24eefea3
commit c97eef493e
18 changed files with 930 additions and 11 deletions

View File

@@ -0,0 +1,13 @@
#pragma once
#include "nfc_supported_card.h"
bool plantain_parser_verify(NfcWorker* nfc_worker, FuriHalNfcTxRxContext* tx_rx);
bool plantain_parser_read(NfcWorker* nfc_worker, FuriHalNfcTxRxContext* tx_rx);
bool plantain_parser_parse(NfcDeviceData* dev_data);
void string_push_uint64(uint64_t input, string_t output);
uint8_t plantain_calculate_luhn(uint64_t number);