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
--- 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
--- 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;
 
--- 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