ROBOSTEP_5期 / Mbed 2 deprecated George_Master_BOTHMOVE

Dependencies:   mbed robot

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers debug.cpp Source File

debug.cpp

00001 #include "debug.h"
00002 #ifdef DEBUG_ON
00003 Serial pc(USBTX,USBRX);
00004 #endif
00005 
00006 
00007 
00008