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 mbed
Fork of SDFileSystem_HelloWorld by
Revision 2:6ae05f48fe57, committed 2017-03-28
- Comitter:
- Matias123
- Date:
- Tue Mar 28 09:49:27 2017 +0000
- Parent:
- 1:957e5e772f20
- Commit message:
- g
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Mar 28 07:15:33 2017 +0000 +++ b/main.cpp Tue Mar 28 09:49:27 2017 +0000 @@ -2,7 +2,7 @@ #include "SDFileSystem.h" #include "DOGM_STREAM_SPI.h" -DogM lcd(p5, p6, p7, p8, p9, p10); // mosi, miso, sclk, rs, csb, res +DogM lcd(p11, p12, p13, p8, p9, p10); // mosi, miso, sclk, rs, csb, res SDFileSystem sd(p5, p6, p7, p8, "sd"); // the pinout on the mbed Cool Components workshop board int main() {