X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/dc0bd4169f4517879c86918717ccef07da930e93..68541dddc2734755f4fd306e327dffa89640ecdd:/client/cmdlfio.c diff --git a/client/cmdlfio.c b/client/cmdlfio.c index 626fe639..cfcc7d62 100644 --- a/client/cmdlfio.c +++ b/client/cmdlfio.c @@ -1,8 +1,19 @@ +//----------------------------------------------------------------------------- +// +// This code is licensed to you under the terms of the GNU GPL, version 2 or, +// at your option, any later version. See the LICENSE.txt file for the text of +// the license. +//----------------------------------------------------------------------------- +// Low frequency ioProx commands +// FSK2a, rf/64, 64 bits (complete) +//----------------------------------------------------------------------------- + #include #include #include #include #include +#include "cmdlfio.h" #include "proxmark3.h" #include "data.h" #include "graph.h"