]> 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 9362c9f43ae52f29d13818b42515806be12cf11f..e4eca17cb18cf1a941c2cbb428ba94b01c665234 100644 (file)
@@ -19,6 +19,7 @@ typedef struct {
                DEMOD_BI  = 0x05,\r
        }  modulation;\r
        bool inversed;\r
+       uint8_t offset;\r
        uint32_t block0;\r
 } t55xx_conf_block_t;\r
 \r
@@ -42,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