このプログラムのオリジナルは,Norimasa Okamoto氏が作成したものを改変したもので,オリジナルは,下記のサイトよりインポートした. https://developer.mbed.org/users/va009039/code/F401RE-USBHostMSD_HelloWorld/ ただし,USB メモリを扱う場合には使わないと思われるファイルは消去している. さらに,mbed のライブラリをリビジョン 127 にアップデートした際に発生したコンパイル・エラーを修正した.

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
MikamiUitOpen
Date:
Sun Nov 13 11:49:06 2016 +0000
Parent:
1:1ef83bf7d805
Commit message:
3

Changed in this revision

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/main.cpp	Tue Oct 11 09:43:16 2016 +0000
+++ b/main.cpp	Sun Nov 13 11:49:06 2016 +0000
@@ -20,7 +20,7 @@
 //      PA_12 (CN10-10)     D+   (3 GREEN)
 //      GND   (CN10-20)     GND  (4 BLACK, TYPE A, または 5 mini/micro B)
 //
-//  2016/10/09, 三上 直樹
+//  2016/11/13, 三上 直樹
 //-----------------------------------------------------------------------------
 
 #include "USBHostMSD.h"
--- a/mbed.bld	Tue Oct 11 09:43:16 2016 +0000
+++ b/mbed.bld	Sun Nov 13 11:49:06 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/25aea2a3f4e3
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/0ab6a29f35bf
\ No newline at end of file