DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
pn532.cpp File Reference

PN532 NFC frame codec - implementation. More...

Go to the source code of this file.

Detailed Description

PN532 NFC frame codec - implementation.

Normal information frame: 00 | 00 FF | LEN | LCS | TFI | PData | DCS | 00, where (LEN + LCS) & 0xFF == 0 and (TFI + sum(PData) + DCS) & 0xFF == 0 (PN532 User Manual).

Definition in file pn532.cpp.