nfc magic stuff

This commit is contained in:
RogueMaster
2022-11-04 13:08:12 -04:00
parent cf8e4b01b3
commit e00002f7b1
34 changed files with 1673 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ env.Append(
CPPPATH=[
"#/lib/nfc",
],
SDK_HEADERS=[
File("#/lib/nfc/nfc_device.h"),
],
)
libenv = env.Clone(FW_LIB_NAME="nfc")