nfca.h 183 B

12345678910
  1. #pragma once
  2. #include <stdint.h>
  3. #include <stdbool.h>
  4. bool nfca_emulation_handler(
  5. uint8_t* buff_rx,
  6. uint16_t buff_rx_len,
  7. uint8_t* buff_tx,
  8. uint16_t* buff_tx_len);