2018年3月16日に開催されるCQ出版社インターフェース誌オフ会で紹介するプログラム

Dependencies:   mbed Array_Matrix BSP_DISCO_F746NG LCD_DISCO_F746NG TS_DISCO_F746NG

F746_Gui_New/F746_GUI.hpp

Committer:
MikamiUitOpen
Date:
2018-03-10
Revision:
0:f00cf31ae154

File content as of revision 0:f00cf31ae154:

//--------------------------------------------------------------
//  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 Mikami;