Search found 1 match

by ProgrammingZkall
Thu Jul 25, 2024 6:22 am
Forum: ESP-IDF
Topic: pn532 bus is busy
Replies: 0
Views: 267

pn532 bus is busy

Hello, im trying to build a nfc scanner with the pn532 module and found this library https://github.com/lucafaccin/esp-pn532/blob/master/PN532.h so i write this code: #include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "esp_system.h" #include "esp_log.h" #include "d...