deleted EM4x50 functions due to switch to new 'read' function for EM4x50 tag (device side)

This commit is contained in:
tharexde 2020-06-28 21:37:12 +02:00
parent eddaf70ef9
commit a01c5aff0e

View file

@ -16,7 +16,6 @@
int CmdLFEM4X(const char *Cmd);
int demodEM410x(void);
int EM4x50Read(const char *Cmd, bool verbose);
bool EM4x05IsBlock0(uint32_t *word);
void printEM410x(uint32_t hi, uint64_t id);