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

main.h

Committer:
capsavon
Date:
2015-10-21
Revision:
3:13b323fb08e8
Parent:
2:a655d6640167
Child:
4:95cde28a5cf1

File content as of revision 3:13b323fb08e8:

#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