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
Child:
4:a416fef97faa
--- a/src/K64F.h	Fri Nov 06 15:16:46 2015 +0000
+++ b/src/K64F.h	Tue Jan 05 08:53:43 2016 +0000
@@ -33,11 +33,4 @@
 
 #define DEFAULT_TYPE_NAME "iotsample-mbed-k64f"
 
-//#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 (1);
-}
-
 #endif
\ No newline at end of file