mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-07 11:14:01 +02:00
Added sample card array definitions
This commit is contained in:
parent
1aac3b305f
commit
9f61126e94
2 changed files with 10 additions and 0 deletions
5
brmdoor/cardids.h.sample
Normal file
5
brmdoor/cardids.h.sample
Normal 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
|
||||
|
5
brmdoor/cardids_proper.h.sample
Normal file
5
brmdoor/cardids_proper.h.sample
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue