Basic Example / test application for the on-board MICRON QSPI-Flash. Ported from DISCO_L476VG_QSPI. Added printing on serial output and LCD screen.

Dependencies:   BSP_DISCO_F746NG LCD_DISCO_F746NG QSPI_DISCO_F746NG TS_DISCO_F746NG mbed

Revision:
3:13b323fb08e8
Parent:
2:a655d6640167
Child:
4:95cde28a5cf1
--- a/main.h	Tue Oct 20 15:00:59 2015 +0000
+++ b/main.h	Wed Oct 21 18:08:19 2015 +0000
@@ -1,6 +1,15 @@
 #ifndef INCLUDE_MAIN
 #define INCLUDE_MAIN
 
+#include "MenuGUIButton.h"
+#include "MenuGUIMenu.h"
+#include "MenuGUI.h"
+#include "USBMIDI.h"
 
+// Functions declaration
+void led_power (int state);
+void led_on (void);
+void led_off (void);
+void led_toggle (void);
 
 #endif