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
debug.h@14:2044ad5cd3fe, 2016-02-21 (annotated)
- Committer:
- the_sz
- Date:
- Sun Feb 21 04:26:17 2016 +0000
- Revision:
- 14:2044ad5cd3fe
- Parent:
- 1:35e2ad5cd1fe
all fonts are working
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
the_sz | 1:35e2ad5cd1fe | 1 | #ifndef __debug_h |
the_sz | 1:35e2ad5cd1fe | 2 | #define __debug_h |
the_sz | 1:35e2ad5cd1fe | 3 | |
the_sz | 1:35e2ad5cd1fe | 4 | #define DPrintf serialDebug.printf |
the_sz | 1:35e2ad5cd1fe | 5 | #define DPrintf_(...) |
the_sz | 1:35e2ad5cd1fe | 6 | |
the_sz | 1:35e2ad5cd1fe | 7 | #define DPrintfCore DPrintf_ |
the_sz | 1:35e2ad5cd1fe | 8 | |
the_sz | 1:35e2ad5cd1fe | 9 | extern Serial serialDebug; |
the_sz | 1:35e2ad5cd1fe | 10 | |
the_sz | 1:35e2ad5cd1fe | 11 | void debug_Init(void); |
the_sz | 1:35e2ad5cd1fe | 12 | |
the_sz | 1:35e2ad5cd1fe | 13 | #endif |