IBM IoT Client WiFi example using Murata Type-YD WiFi module

Dependencies:   C12832_fix LM75B MMA7660 MQTT PowerControl SNICInterface mbed-rtos mbed

Fork of IBMIoTClientEthernetExample by Toyomasa Watarai

/media/uploads/MACRUM/ibm_iotkit.jpg

Revision:
15:fa5357aa190a
Parent:
14:1dd53a6d02d2
--- a/LPC1768.h	Sun Mar 22 03:12:30 2015 +0000
+++ b/LPC1768.h	Sun Mar 22 14:13:25 2015 +0000
@@ -63,11 +63,10 @@
 
 #define DEFAULT_TYPE_NAME "iotsample-mbed-lpc1768"
 
-#include "lpc_phy.h"
 // need a wrapper since K64F and LPC1768 wont have the same name for mii read methods
 static uint32_t linkStatus(void)
 {
-    return (lpc_mii_read_data() & 1);
+    return 1;
 }
 
 #endif
\ No newline at end of file