AxedaGo-mbed Demo - WIZwiki_W7500 or Platform+ W5500 (WIZnet) + Sensor (Photosell), This code tested on FRDM-KL25Z, LPCXpresso8324-MAX, NUCLEO_F103RB and WIZwiki_W7500

Dependencies:   AxedaGo-mbedNXP WIZnetInterface mbed

Fork of AxedaGo-mbed_WIZnetInterface by Soohwan Kim

Revision:
8:4652dbf6461d
Parent:
7:979a654458c7
Child:
9:63548379bdc4
--- a/main.cpp	Thu Jun 18 04:05:40 2015 +0000
+++ b/main.cpp	Fri Jun 19 06:11:02 2015 +0000
@@ -27,9 +27,9 @@
 
 int main() 
 {
-    uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0x1D, 0x62, 0x11}; 
+    uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0x00, 0x01, 0x02}; 
     char *MODEL = "mbed";
-    char *SERIAL_NUM = "nlr__embeddist_gmail_com___343881"; 
+    char *SERIAL_NUM = "input_your_serial_num"; 
     float DEADBAND = 0.015;   
     char* ip;