Dependencies:   mbed

Revision:
1:d42ef49f54df
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CommandProcessor/cmd_sys.cpp	Mon Nov 11 03:38:40 2019 +0000
@@ -0,0 +1,6 @@
+#include "mbed.h"
+#include "CommandProcessor.h"
+
+void cmd_clear(Serial *pc) {
+    pc->printf("\e[1;1H\e[2J");
+}
\ No newline at end of file