|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
PN532 NFC frame codec - implementation. More...
#include "services/pn532/pn532.h"Go to the source code of this file.
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.