int CmdPacRead(const char *Cmd) { lf_read(true, 4096*2 + 20); return CmdPacDemod(Cmd); }
int CmdPyramidRead(const char *Cmd) { lf_read(true, 15000); return CmdFSKdemodPyramid(""); }
int CmdFdxRead(const char *Cmd) { lf_read(true, 10000); return CmdFdxDemod(Cmd); }
// this read is the "normal" read, which download lf signal and tries to demod here. int CmdIndalaRead(const char *Cmd) { lf_read(true, 30000); return CmdIndalaDemod(Cmd); }
int CmdLFNedapRead(const char *Cmd) { lf_read(true, 12000); return CmdLFNedapDemod(Cmd); }