Raspberry Pi MOT HAT Based on STM32F030R8. The clock needs to be changed to 8MHz after export.

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