HTTP SD Card File Server for the Seeeduino Arch Pro
Dependencies: EthernetInterface SDFileSystem mbed-rtos mbed
Fork of HTTP_SD_Server by
Revision 6:4e8d65b841db, committed 2014-08-07
- Comitter:
- gsteiert
- Date:
- Thu Aug 07 03:29:26 2014 +0000
- Parent:
- 5:27b09a0f3fb6
- Commit message:
- Committing forked version with Seeeduino Arch Pro pins specified for the SD card.
Changed in this revision
diff -r 27b09a0f3fb6 -r 4e8d65b841db EthernetInterface.lib --- a/EthernetInterface.lib Wed Aug 06 03:35:59 2014 +0000 +++ b/EthernetInterface.lib Thu Aug 07 03:29:26 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/EthernetInterface/#f6ec7a025939 +http://mbed.org/users/mbed_official/code/EthernetInterface/#f69b81aa9eb1
diff -r 27b09a0f3fb6 -r 4e8d65b841db main.cpp --- a/main.cpp Wed Aug 06 03:35:59 2014 +0000 +++ b/main.cpp Thu Aug 07 03:29:26 2014 +0000 @@ -12,8 +12,9 @@ Serial uart(USBTX, USBRX); -SDFileSystem sd(p5, p6, p7, p8, "sd"); // LPC1768 MBD2PMD -//SDFileSystem sd(P0_18, P0_17, P0_15, P0_16, "sd"); // Seeeduino Arch Pro SPI2SD +//SDFileSystem sd(p5, p6, p7, p8, "sd"); // LPC1768 MBD2PMD +SDFileSystem sd(P0_18, P0_17, P0_15, P0_16, "sd"); // Seeeduino Arch Pro SPI2SD +//SDFileSystem sd(PTE3, PTE1, PTE2, PTE4, "sd"); // K64F EthernetInterface eth; TCPSocketServer server;
diff -r 27b09a0f3fb6 -r 4e8d65b841db mbed-rtos.lib --- a/mbed-rtos.lib Wed Aug 06 03:35:59 2014 +0000 +++ b/mbed-rtos.lib Thu Aug 07 03:29:26 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed-rtos/#4ef72665e2c8 +http://mbed.org/users/mbed_official/code/mbed-rtos/#34e80e862021