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: SD_WavReader.hpp
- Revision:
- 16:299cc1052baa
- Parent:
- 11:c33c711a5712
- Child:
- 18:6631cd0fbbcd
diff -r 4ac0f4715454 -r 299cc1052baa SD_WavReader.hpp --- a/SD_WavReader.hpp Mon Mar 20 14:06:47 2017 +0000 +++ b/SD_WavReader.hpp Wed Mar 22 09:20:13 2017 +0000 @@ -4,12 +4,13 @@ // 以下の型式のファイルのみ扱う // PCM,16 ビットステレオ,標本化周波数 44.1 kHz // -// 2017/03/09, Copyright (c) 2017 MIKAMI, Naoki +// 2017/03/22, Copyright (c) 2017 MIKAMI, Naoki //-------------------------------------------------------------- #ifndef SD_WAV_READER_HPP #define SD_WAV_READER_HPP +#include "stm32746g_discovery_audio.h" #include "SDFileSystem.h" #include "BlinkLabel.hpp" #include "Array.hpp"