]>
Commit | Line | Data |
---|---|---|
43591e64 | 1 | //----------------------------------------------------------------------------- |
2 | // Willok, June 2018 | |
3 | // Edits by Iceman, July 2018 | |
4 | // | |
5 | // This code is licensed to you under the terms of the GNU GPL, version 2 or, | |
6 | // at your option, any later version. See the LICENSE.txt file for the text of | |
7 | // the license. | |
8 | //----------------------------------------------------------------------------- | |
9 | // The main i2c code, for communications with smart card module | |
10 | //----------------------------------------------------------------------------- | |
11 | #include "i2c.h" | |
12 | #include "mifareutil.h" //for mf_dbglevel | |
13 | #include "string.h" //for memset memcmp | |
14 | ||
15 |