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:
2:511479736d6e
Parent:
0:d310bb78455d
Child:
11:c33c711a5712
--- a/SD_WavReader.hpp	Mon Aug 15 06:06:52 2016 +0000
+++ b/SD_WavReader.hpp	Sun Oct 02 03:26:52 2016 +0000
@@ -65,7 +65,7 @@
         void ErrorMsg(char msg[])
         {   BlinkLabel errLabel(240, 100, msg, Label::CENTER); }
 
-        // disallow copy constructor and assignment operator
+        // コピー・コンストラクタとオブジェクトの代入演算子は使用禁止
         SD_WavReader(const SD_WavReader&);
         SD_WavReader& operator=(const SD_WavReader&);
     };