Matias Hall / Mbed 2 deprecated SDFileSystem_HelloWorldEspen

Dependencies:   SDFileSystem mbed

Fork of SDFileSystem_HelloWorld by mbed official

Files at this revision

API Documentation at this revision

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() {