Xiaohai Li / Mbed 2 deprecated RPi_MOT_HAT

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers DebugCommander.h Source File

DebugCommander.h

00001 #ifndef _APP_DB_CMD_
00002 #define _APP_DB_CMD_
00003 
00004 //Debug interface with text menu through serial port
00005 //This function is a loop with exit option
00006 extern void DebugCommander();
00007 
00008 #endif