
2016年度 浅川さんのSDFileSystemテストプログラム
Dependencies: SDFileSystem mbed
Fork of SDFileSystem_HelloWorld by
Revision 1:32a2be016fda, committed 2016-09-02
- Comitter:
- asakawa
- Date:
- Fri Sep 02 05:32:10 2016 +0000
- Parent:
- 0:bdbd3d6fc5d5
- Commit message:
- test
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 Fri Dec 07 11:25:01 2012 +0000 +++ b/main.cpp Fri Sep 02 05:32:10 2016 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" #include "SDFileSystem.h" -SDFileSystem sd(p5, p6, p7, p8, "sd"); // the pinout on the mbed Cool Components workshop board +SDFileSystem sd(P8_5, P8_6, P8_3, P8_4, "sd"); // the pinout on the mbed Cool Components workshop board int main() { printf("Hello World!\n");
--- a/mbed.bld Fri Dec 07 11:25:01 2012 +0000 +++ b/mbed.bld Fri Sep 02 05:32:10 2016 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/63cdd78b2dc1 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/6c34061e7c34 \ No newline at end of file