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.
Dependencies: MTS-Serial libmDot-mbed5
Fork of Dot-AT-Firmware by
mts_at_debug.h
00001 #include "mbed.h" 00002 #include <stdio.h> 00003 00004 // enable to turn on debug prints and AT commands 00005 // #define DEBUG_MAC 1 00006 00007 #ifdef DEBUG_MAC 00008 #define MTS_RADIO_DEBUG_COMMANDS 1 00009 #define DEBUG_PRINTF(fmt, args...) printf("%s:%d: "fmt, __FUNCTION__, __LINE__, ## args) 00010 #else 00011 #define DEBUG_PRINTF(fmt, args...) 00012 #endif
Generated on Tue Jul 12 2022 20:40:04 by
