plantain_parser.h 315 B

1234567891011
  1. #pragma once
  2. #include "nfc_supported_card.h"
  3. bool plantain_parser_verify(NfcWorker* nfc_worker, FuriHalNfcTxRxContext* tx_rx);
  4. bool plantain_parser_read(NfcWorker* nfc_worker, FuriHalNfcTxRxContext* tx_rx);
  5. bool plantain_parser_parse(NfcDeviceData* dev_data);
  6. uint8_t plantain_calculate_luhn(uint64_t number);