]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlft55xx.h
ADD: started to add a offset possibility for the LF T55XX.
[proxmark3-svn] / client / cmdlft55xx.h
index ec74aed48e543a2355d3b5c21d2bdc065b5b9fab..e4eca17cb18cf1a941c2cbb428ba94b01c665234 100644 (file)
 #define CMDLFT55XX_H__\r
 \r
 typedef struct {\r
-       uint8_t modulation;\r
+       enum {\r
+               DEMOD_FSK = 0x01,     \r
+               DEMOD_ASK = 0x02,\r
+               DEMOD_NZR = 0x03,    \r
+               DEMOD_PSK = 0x04,\r
+               DEMOD_BI  = 0x05,\r
+       }  modulation;\r
        bool inversed;\r
+       uint8_t offset;\r
        uint32_t block0;\r
 } t55xx_conf_block_t;\r
 \r
@@ -36,4 +43,5 @@ void printConfiguration( t55xx_conf_block_t b);
 void DecodeT55xxBlock();\r
 bool tryDetectModulation();\r
 bool test();\r
+int special(const char *Cmd);\r
 #endif\r
Impressum, Datenschutz