1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2020 sirloins
4 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
5 // at your option, any later version. See the LICENSE.txt file for the text of
7 //-----------------------------------------------------------------------------
8 // Low frequency EM4x70 structs
9 //-----------------------------------------------------------------------------
14 #define EM4X70_NUM_BLOCKS 16
16 // Common word/block addresses
17 #define EM4X70_PIN_WORD_LOWER 10
18 #define EM4X70_PIN_WORD_UPPER 11
23 // Used for writing address
30 // Used for authentication
34 // Used to write new key
35 uint8_t crypt_key
[12];
39 #endif /* EM4X70_H__ */