+
+int usage_lf_cmdread()
+{
+ PrintAndLog("Usage: lf cmdread <delay off> <zero> <one> <cmdbytes> [H|L]");
+ PrintAndLog("Options: ");
+ PrintAndLog(" h This help");
+ PrintAndLog(" <delay off> delay offset");
+ PrintAndLog(" <zero> time period ZERO");
+ PrintAndLog(" <one> time period ONE");
+ PrintAndLog(" [H|L] Frequency Low (125 KHz) / High (134 KHz)");
+ PrintAndLog("Examples:");
+ PrintAndLog(" lf cmdread 80 100 200 11000");
+ PrintAndLog(" lf cmdread 80 100 100 11000 H");
+ return 0;
+}
+
+/* send a LF command before reading */