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: Adafruit_GFX MODSERIAL mbed-rtos mbed
DebugPrint.h
00001 #ifndef DEBUGPRINT_H 00002 #define DEBUGPRINT_H 00003 00004 #include "MODSERIAL.h" 00005 extern MODSERIAL pc; 00006 00007 #ifdef ACTIVATE_DEBUG_OUTPUT 00008 #define DEBUG_PRINT(format, ...) pc.printf(format, ##__VA_ARGS__) 00009 #else 00010 #define DEBUG_PRINT(format, ...) 00011 #endif 00012 00013 #endif //DEBUGPRINT_H
Generated on Tue Jul 12 2022 21:25:01 by
1.7.2