SPKT

Dependents:   Player

Revision:
0:4e245f4bc8ac
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/F746_GUI.hpp	Fri Jun 07 05:06:42 2019 +0000
@@ -0,0 +1,20 @@
+//--------------------------------------------------------------
+//  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;