]> git.zerfleddert.de Git - proxmark3-svn/blame_incremental - armsrc/i2c.c
Legic Tag Simulator (#666)
[proxmark3-svn] / armsrc / i2c.c
... / ...
CommitLineData
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