Wakeup Light with touch user interface, anti-aliased Font, SD card access and RTC usage on STM32F746NG-DISCO board

Dependencies:   BSP_DISCO_F746NG_patch_fixed LCD_DISCO_F746NG TS_DISCO_F746NG FATFileSystem TinyJpgDec_interwork mbed-src

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers debug.h Source File

debug.h

00001 #ifndef __debug_h
00002 #define __debug_h
00003 
00004 #define DPrintf                                         serialDebug.printf
00005 #define DPrintf_(...)
00006 
00007 #define DPrintfCore                                     DPrintf_
00008 
00009 extern Serial                                           serialDebug;
00010 
00011 void debug_Init(void);
00012 
00013 #endif