From 9f61126e9441b7b62229a006e6e2e6f0fd42bd05 Mon Sep 17 00:00:00 2001 From: Ondrej Mikle Date: Wed, 26 Mar 2014 15:06:54 +0100 Subject: [PATCH] Added sample card array definitions --- brmdoor/cardids.h.sample | 5 +++++ brmdoor/cardids_proper.h.sample | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 brmdoor/cardids.h.sample create mode 100644 brmdoor/cardids_proper.h.sample diff --git a/brmdoor/cardids.h.sample b/brmdoor/cardids.h.sample new file mode 100644 index 0000000..4d1ca52 --- /dev/null +++ b/brmdoor/cardids.h.sample @@ -0,0 +1,5 @@ + { {0x00, 0x00, 0xDE, 0xEC, 0xE6, 0x3E, 0xEA}, "holland_chipkaart" }, + { {0xFF, 0x00, 0x88, 0x04, 0x63, 0x19, 0xF6}, "desfire_3" }, //0x04, 0x63, 0x19, 0x82, 0xcc, 0x22, 0x80 + { {0x00, 0x00, 0x35, 0xb0, 0x18, 0xd4, 0x49}, "mifare_1" }, + { {0xFF, 0x00, 0x88, 0x04, 0xc2, 0x4c, 0x02}, "ultralight" } //04c24ce9ad2780 + diff --git a/brmdoor/cardids_proper.h.sample b/brmdoor/cardids_proper.h.sample new file mode 100644 index 0000000..3b9b54c --- /dev/null +++ b/brmdoor/cardids_proper.h.sample @@ -0,0 +1,5 @@ + // Format of each array item is { UID_length, { UID_bytes }, nickname } + // See definition of struct ACLdataProper in brmdoor.ino + { 4, {0x35, 0xb0, 0x18, 0xd4}, "mifare_1_proper" }, + { 7, {0x04, 0xc2, 0x4c, 0xe9, 0xad, 0x27, 0x80}, "ultralight_proper" }, //04c24ce9ad2780 +