robot

Dependencies:   FastPWM3 mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers cmd_sys.cpp Source File

cmd_sys.cpp

00001 #include "mbed.h"
00002 #include "CommandProcessor.h"
00003 
00004 void cmd_clear(Serial *pc) {
00005     pc->printf("\e[1;1H\e[2J");
00006 }