Xiaohai Li / Mbed 2 deprecated RPi_MOT_HAT

Dependencies:   mbed

Committer:
nightseas
Date:
Thu Aug 20 11:36:01 2015 +0000
Revision:
3:171f4d0ca77b
Add debug commander tool.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nightseas 3:171f4d0ca77b 1 #ifndef _APP_DB_CMD_
nightseas 3:171f4d0ca77b 2 #define _APP_DB_CMD_
nightseas 3:171f4d0ca77b 3
nightseas 3:171f4d0ca77b 4 //Debug interface with text menu through serial port
nightseas 3:171f4d0ca77b 5 //This function is a loop with exit option
nightseas 3:171f4d0ca77b 6 extern void DebugCommander();
nightseas 3:171f4d0ca77b 7
nightseas 3:171f4d0ca77b 8 #endif