lf fdx clone, sim, demod - wrong bit, better naming and output

This commit is contained in:
iceman1001
2020-09-09 12:19:26 +02:00
parent 2af4a8957b
commit d60b9859bf
2 changed files with 168 additions and 71 deletions

View File

@@ -14,7 +14,7 @@
int CmdLFFdx(const char *Cmd);
int detectFDXB(uint8_t *dest, size_t *size);
int demodFDX(void);
int getFDXBits(uint64_t national_id, uint16_t country, uint8_t is_animal, uint8_t is_extended, uint32_t extended, uint8_t *bits);
int getFDXBits(uint64_t national_code, uint16_t country_code, uint8_t is_animal, uint8_t is_extended, uint32_t extended, uint8_t *bits);
#endif