DEMOD_ASK = 0x08,\r
DEMOD_BI = 0x16,\r
} modulation;\r
- bool inversed;\r
+ bool inverted;\r
uint8_t offset;\r
uint32_t block0;\r
} t55xx_conf_block_t;\r
bool tryDetectModulation();\r
bool test(uint8_t mode, uint8_t *offset);\r
int special(const char *Cmd);\r
+int AquireData( uint8_t block );\r
#endif\r