Sample code that showcases how to use IBMIoTF client library to connect the mbed LPC1768 or FRDM-K64F devices to the IBM Internet of Things Cloud service.

Dependencies:   C12832 IBMIoTF LM75B MMA7660

Revision:
2:2fc985a92cda
Parent:
1:e58533b6bc6b
--- a/src/LPC1768.h	Fri Nov 06 15:16:46 2015 +0000
+++ b/src/LPC1768.h	Tue Jan 05 08:53:43 2016 +0000
@@ -38,11 +38,4 @@
 
 #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);
-}
-
 #endif
\ No newline at end of file