Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem_Warning_Fixed
Diff: FileSelectorWav.cpp
- Revision:
- 5:7c8f0fc9dfb6
- Parent:
- 3:dd3b8a21417b
- Child:
- 11:c33c711a5712
--- a/FileSelectorWav.cpp Mon Nov 07 00:54:55 2016 +0000
+++ b/FileSelectorWav.cpp Tue Nov 08 05:03:43 2016 +0000
@@ -2,7 +2,7 @@
// FileSelector class
// SD カード内のファイル名の一覧を表示し,ファイルを選択する
//
-// 2016/11/02, Copyright (c) 2016 MIKAMI, Naoki
+// 2016/11/08, Copyright (c) 2016 MIKAMI, Naoki
//--------------------------------------------------------------
#include "FileSelectorWav.hpp"
@@ -84,6 +84,7 @@
if (m==0) page_--;
else page_++;
DisplayFileList(false);
+ wait_ms(200);
}
int n;