]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - client/cmdlfnoralsy.h
   1 //----------------------------------------------------------------------------- 
   3 // This code is licensed to you under the terms of the GNU GPL, version 2 or, 
   4 // at your option, any later version. See the LICENSE.txt file for the text of 
   6 //----------------------------------------------------------------------------- 
   7 // Low frequency T55xx commands 
   8 //----------------------------------------------------------------------------- 
   9 #ifndef CMDLFNORALSY_H__ 
  10 #define CMDLFNORALSY_H__ 
  14 #include "proxmark3.h" 
  18 #include "cmdparser.h" 
  22 #include "protocols.h"  // for T55xx config register definitions 
  23 #include "lfdemod.h"    // parityTest 
  24 int CmdLFNoralsy(const char *Cmd
); 
  25 int CmdNoralsyClone(const char *Cmd
); 
  26 int CmdNoralsySim(const char *Cmd
); 
  27 int CmdNoralsyRead(const char *Cmd
); 
  28 int CmdNoralsyDemod(const char *Cmd
); 
  30 int getnoralsyBits(uint32_t id
, uint16_t year
, uint8_t *bits
); 
  32 int usage_lf_noralsy_clone(void); 
  33 int usage_lf_noralsy_sim(void); 
  34 int usage_lf_noralsy_read(void); 
  35 int usage_lf_noralsy_demod(void);