CQエレクトロニクス・セミナ「実習・マイコンを動かしながら学ぶディジタル・フィルタ」で使うプログラム.雛形として使う. http://seminar.cqpub.co.jp/ccm/ES18-0020

Dependencies:   F746_GUI F746_SAI_IO mbed

Files at this revision

API Documentation at this revision

Comitter:
MikamiUitOpen
Date:
Sun Oct 29 05:04:47 2017 +0000
Parent:
0:b6d17af0f47a
Child:
2:7915feafbbdd
Commit message:
2

Changed in this revision

MyFiles/LcdPanelFrq.hpp Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/MyFiles/LcdPanelFrq.hpp	Fri Sep 29 12:50:44 2017 +0000
+++ b/MyFiles/LcdPanelFrq.hpp	Sun Oct 29 05:04:47 2017 +0000
@@ -105,7 +105,7 @@
 
         LCD_DISCO_F746NG &lcd_;
         WaveformDisplay *waveDisp_;
-        NumericUpDown *ud_;            // 入力信号の周波数設定用(1 Hz 単位での設定用)
+        NumericUpDown *ud_;     // 入力信号の周波数設定用(1 Hz 単位での設定用)
         SeekBar *bar_;          // 入力信号の周波数設定用(概略の設定用)
         ZoomButton *zmButton_;  // 波形表示:ズームイン/アウト用
 
--- a/main.cpp	Fri Sep 29 12:50:44 2017 +0000
+++ b/main.cpp	Sun Oct 29 05:04:47 2017 +0000
@@ -5,10 +5,10 @@
 //  このプログラムでは,例として定数乗算器を実装している
 //
 //  使用しているライブラリのリビジョン:
-//          mbed                Rev.151
+//          mbed                Rev.154
 //          BSP_DISCO_F746NG    Rev.9
 //
-//  2017/09/29, Copyright (c) 2017 MIKAMI, Naoki
+//  2017/10/29, Copyright (c) 2017 MIKAMI, Naoki
 //-----------------------------------------------------------------
 
 #include "SAI_InOut.hpp"
--- a/mbed.bld	Fri Sep 29 12:50:44 2017 +0000
+++ b/mbed.bld	Sun Oct 29 05:04:47 2017 +0000
@@ -1,1 +1,1 @@
-https://mbed.org/users/mbed_official/code/mbed/builds/675da3299148
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/fb8e0ae1cceb
\ No newline at end of file