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

Revision:
1:35e2ad5cd1fe
diff -r 995ae8b9afc8 -r 35e2ad5cd1fe debug.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debug.cpp	Thu Oct 29 05:00:04 2015 +0000
@@ -0,0 +1,11 @@
+#include "mbed.h"
+
+#include "debug.h"
+
+Serial                                                  serialDebug(PA_9,PB_7);           // serial 1
+
+void debug_Init(void)
+{
+    // setup serial port
+    serialDebug.baud(115200);
+}