internet orgel

Dependencies:   PWM_Tone_Library SDFileSystem WIZnetInterface httpServer-orgel mbed

Fork of PetfeederWebServer by justin kim

Files at this revision

API Documentation at this revision

Comitter:
irinakim
Date:
Thu Feb 18 00:36:57 2016 +0000
Parent:
22:cc0c2edc129d
Child:
24:08ff0b58ab5f
Commit message:
main? ?; #ifdef(TARGET_WIZWIKI_W7500) ??; #if defined(TARGET_WIZWIKI_W7500)||defined(TARGET_WIZWIKI_W7500P) ? ???

Changed in this revision

WIZnetInterface.lib Show annotated file Show diff for this revision Revisions of this file
httpServer.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
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/WIZnetInterface.lib	Mon Nov 16 23:56:27 2015 +0000
+++ b/WIZnetInterface.lib	Thu Feb 18 00:36:57 2016 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/WIZnet/code/WIZnetInterface/#3b64df29662f
+http://developer.mbed.org/teams/WIZnet/code/WIZnetInterface/#c91884bd2713
--- a/httpServer.lib	Mon Nov 16 23:56:27 2015 +0000
+++ b/httpServer.lib	Thu Feb 18 00:36:57 2016 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/IOP/code/httpServer_with_Ethernt/#87bec0b34de7
+https://developer.mbed.org/teams/IOP/code/httpServer_with_Ethernt/#2903435e3811
--- a/main.cpp	Mon Nov 16 23:56:27 2015 +0000
+++ b/main.cpp	Thu Feb 18 00:36:57 2016 +0000
@@ -4,13 +4,13 @@
 #include "HTTPServer.h"
 #include "SDFileSystem.h"
 
-#ifdef TARGET_WIZWIKI_W7500
+#if defined(TARGET_WIZWIKI_W7500)||defined(TARGET_WIZWIKI_W7500P)
     //Choose one of file system.
     SDFileSystem local(SD_MOSI, SD_MISO, SD_CLK, SD_SEL, "local");//PB_3, PB_2, PB_1, PB_0
     //LocalFileSystem local("local");
 #endif
 
-#ifdef TARGET_WIZWIKI_W7500
+#if defined(TARGET_WIZWIKI_W7500)||defined(TARGET_WIZWIKI_W7500P)
     uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0x00, 0x01, 0x02};
 #endif
 
@@ -28,7 +28,7 @@
     HTTPFsRequestHandler::mount("/local/", "/");
     svr.addHandler<HTTPFsRequestHandler>("/");
 
-#ifdef TARGET_WIZWIKI_W7500
+#if defined(TARGET_WIZWIKI_W7500)||defined(TARGET_WIZWIKI_W7500P)
     
     #ifdef DHCP
         eth.init(mac_addr); //Use DHCP
--- a/mbed.bld	Mon Nov 16 23:56:27 2015 +0000
+++ b/mbed.bld	Thu Feb 18 00:36:57 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/8ed44a420e5c
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/252557024ec3
\ No newline at end of file