Dependencies:   EthernetNetIf mbed

Files at this revision

API Documentation at this revision

Comitter:
donatien
Date:
Thu Aug 05 15:31:14 2010 +0000
Parent:
1:42cda24fa0a6
Commit message:

Changed in this revision

HTTPClient.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
sd.cpp Show diff for this revision Revisions of this file
diff -r 42cda24fa0a6 -r 3034b64b0c3f HTTPClient.lib
--- a/HTTPClient.lib	Thu Aug 05 12:40:24 2010 +0000
+++ b/HTTPClient.lib	Thu Aug 05 15:31:14 2010 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/donatien/code/HTTPClient/#d97a4fc01c86
diff -r 42cda24fa0a6 -r 3034b64b0c3f main.cpp
--- a/main.cpp	Thu Aug 05 12:40:24 2010 +0000
+++ b/main.cpp	Thu Aug 05 15:31:14 2010 +0000
@@ -1,7 +1,13 @@
 #include "mbed.h"
+
 #include "EthernetNetIf.h"
+
+#include "SDHCFileSystem.h"
+
 #include "HTTPClient.h"
 
+SDFileSystem sd(p5, p6, p7, p8, "sd"); //p9: SD present; p8: CS
+
 EthernetNetIf eth;
 HTTPClient http;
 
diff -r 42cda24fa0a6 -r 3034b64b0c3f sd.cpp
--- a/sd.cpp	Thu Aug 05 12:40:24 2010 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-#include "SDHCFileSystem.h"
-SDFileSystem sd(p5, p6, p7, p8, "sd"); //p9: SD present; p8: CS
-
-/*
-#include "mbed.h"
-LocalFileSystem local("local");
-*/
\ No newline at end of file