ARD2PMD Web Server Web Server using the ARD2PMD adapter and the SPI2SD adapter with the Seeeduino Arch Pro to serve files from the micro SD card and provide RESTful access to the Pmod connector

Dependencies:   ARD2PMD EthernetInterface MAX14661 PmodInterface SDFileSystem mbed-rtos mbed

Fork of ARD2PMD_WebServer by Greg Steiert

Revision:
1:64f023138627
Parent:
0:28bc7ce77e20
Child:
3:4f71a37a1ed2
--- a/main.cpp	Sat Sep 07 04:43:57 2013 +0000
+++ b/main.cpp	Fri Dec 06 03:57:29 2013 +0000
@@ -105,6 +105,8 @@
 //    TCPSocketServer server;
     server.bind(HTTPD_SERVER_PORT);
     server.listen();
+    
+    init_dio(); //initialize pmd digital IO
 
     while (true) {
         printf("\nWait for new connection...\r\n");