NFC: Implement basic NTAG4xx detection

This commit is contained in:
Willy-JL
2025-03-22 09:17:54 +00:00
parent 4c1273378c
commit ff340ea256
21 changed files with 1094 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ env.Append(
File("protocols/mf_desfire/mf_desfire.h"),
File("protocols/slix/slix.h"),
File("protocols/st25tb/st25tb.h"),
File("protocols/ntag4xx/ntag4xx.h"),
File("protocols/type_4_tag/type_4_tag.h"),
# Pollers
File("protocols/iso14443_3a/iso14443_3a_poller.h"),
@@ -41,6 +42,7 @@ env.Append(
File("protocols/mf_desfire/mf_desfire_poller.h"),
File("protocols/slix/slix_poller.h"),
File("protocols/st25tb/st25tb_poller.h"),
File("protocols/ntag4xx/ntag4xx_poller.h"),
File("protocols/type_4_tag/type_4_tag_poller.h"),
# Listeners
File("protocols/iso14443_3a/iso14443_3a_listener.h"),