control the laser with the MBED

Dependencies:   mbed

CommandProcessor/cmd_sys.cpp

Committer:
bwang
Date:
2019-11-11
Revision:
1:d42ef49f54df

File content as of revision 1:d42ef49f54df:

#include "mbed.h"
#include "CommandProcessor.h"

void cmd_clear(Serial *pc) {
    pc->printf("\e[1;1H\e[2J");
}