plantain_parser.h 377 B

12345678910111213
  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. void string_push_uint64(uint64_t input, FuriString* output);
  7. uint8_t plantain_calculate_luhn(uint64_t number);