Library for Skeleton of SD card player. SD カードプレーヤのための骨組みとして使うためのライブラリ.このライブラリを登録した際のプログラム:「F746_SD_Player_Demo」

Dependencies:   SDFileSystem_Warning_Fixed

Dependents:   F746_SD_Player_Demo F746_SD_VarableFilter F746_SD_GraphicEqualizer F746_MySoundMachine ... more

Revision:
15:4ac0f4715454
Parent:
14:284093250bab
Child:
16:299cc1052baa
--- a/SD_PlayerSkeleton.hpp	Mon Mar 20 02:34:49 2017 +0000
+++ b/SD_PlayerSkeleton.hpp	Mon Mar 20 14:06:47 2017 +0000
@@ -56,9 +56,6 @@
         // パネルが操作された場合の処理
         void DoIfHandled();
 
-        // メニューの指定したボタンがタッチされるまで DoIfHandled() を実行しながら待つ
-        void WaitTouched(int num)
-        { while (!menu_.Touched(num)) DoIfHandled(); }
         // メニューのいずれかのボタンがタッチされるまで DoIfHandled() を実行しながら待つ
         int WaitTouched();