Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SysConfig.h
00001 00002 //System Includings 00003 #include "mbed.h" 00004 00005 //Application Layer Modules 00006 #include "DebugCommander.h" 00007 #include "SelfTest.h" 00008 00009 //Peripheral Layer Modules 00010 #include "MotHatLib.h" 00011 00012 //Macro to enable debug serial port 00013 #define DEBUG_SERIAL 00014 00015 #ifdef DEBUG_SERIAL 00016 #define uart_db uart_pc 00017 #else 00018 #define uart_db uart_dummy 00019 #endif
Generated on Fri Jul 15 2022 01:55:45 by
1.7.2