+
+int usage_lf_cmdread()
+{
+ PrintAndLog("Usage: lf cmdread <delay off> <zero> <one> <cmdbytes> [H] ");
+ PrintAndLog("Options: ");
+ PrintAndLog(" h This help");
+ PrintAndLog(" L Low frequency (125 KHz)");
+ PrintAndLog(" H High frequency (134 KHz)");
+ PrintAndLog(" H delay OFF");
+ PrintAndLog(" H time period ZERO");
+ PrintAndLog(" H time period ONE");
+ PrintAndLog("Examples:");
+ PrintAndLog(" lf cmdread 80 100 200 11000");
+ PrintAndLog(" lf cmdread 80 100 100 11000 H");
+ return 0;
+}
+