Simple demo program of SeekBar, NumericLabel, and ButtonGroup. SeekBar, NumericLabel, ButtonGroup の簡単な使い方の例.

Dependencies:   F746_GUI mbed

Revision:
4:c5502fb90616
Parent:
3:2d0f4ed8babd
--- a/main.cpp	Sun Apr 02 07:11:43 2017 +0000
+++ b/main.cpp	Mon Mar 12 05:20:40 2018 +0000
@@ -2,7 +2,11 @@
 //  SeekBar, NumericLabel, ButtonGroup のデモプログラム
 //  Demo program of SeekBar, NumericLabel, and ButtonGroup
 //
-//  2017/04/02, Copyright (c) 2017 MIKAMI, Naoki
+//      <インポートしたライブラリのリビジョン>
+//          F746_GUI     33
+//          mbed        161
+//
+//  2018/03/12, Copyright (c) 2018 MIKAMI, Naoki
 //---------------------------------------------------------
 
 #include "F746_GUI.hpp"