Spectral analysis.

Dependencies:   Array_Matrix BSP_DISCO_F746NG LCD_DISCO_F746NG TS_DISCO_F746NG

Dependents:   Spectrogram

Fork of F746_GUI by 不韋 呂

F746_GUI.hpp

Committer:
mladjo1993
Date:
2017-08-30
Revision:
34:671f9e9174f3
Parent:
33:f8dbcf3fee79

File content as of revision 34:671f9e9174f3:

//--------------------------------------------------------------
//  F746-DISCO の GUI 用のインクルード文とそれらを使うための
//  using 宣言をまとめたもの
//  Include statements for F746-DISCO GUI and using directive
//
//  2016/08/15, Copyright (c) 2016 MIKAMI, Naoki
//--------------------------------------------------------------

#include "mbed.h"
#ifndef __STM32F746xx_H
#error Platform is not F746NG-DISCOVERY
#endif

#include "BlinkLabel.hpp"
#include "ButtonGroup.hpp"
#include "NumericLabel.hpp"
#include "ResetButton.hpp"
#include "SeekbarGroup.hpp"

using namespace etf;