Added sample card array definitions

This commit is contained in:
Ondrej Mikle 2014-03-26 15:06:54 +01:00
parent 1aac3b305f
commit 9f61126e94
2 changed files with 10 additions and 0 deletions

5
brmdoor/cardids.h.sample Normal file
View file

@ -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

View file

@ -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