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: STATIC_COLORS WIZnetInterface mbed
Fork of HTTP_SDCard_File_Server_WIZwiki-W7500 by
Diff: main.cpp
- Revision:
- 6:ca17ce165ebc
- Parent:
- 5:27b09a0f3fb6
- Child:
- 7:04744a9ce2b9
--- a/main.cpp Wed Aug 06 03:35:59 2014 +0000 +++ b/main.cpp Thu Aug 07 03:32:26 2014 +0000 @@ -12,8 +12,9 @@ Serial uart(USBTX, USBRX); -SDFileSystem sd(p5, p6, p7, p8, "sd"); // LPC1768 MBD2PMD +//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;
