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:
4:a416fef97faa
Parent:
2:2fc985a92cda
--- a/src/K64F.h	Tue Jan 12 08:13:38 2016 +0000
+++ b/src/K64F.h	Tue May 30 06:59:13 2017 +0000
@@ -12,13 +12,15 @@
  *
  * Contributors:
  *    Ian Craggs - initial implementation
- *    Sam Grove  - added method to check the status of the Ethernet cable 
+ *    Sam Grove  - added method to check the status of the Ethernet cable
  *******************************************************************************/
 
 #if !defined(K64F_H)
 #define K64F_H
 
+#if USE_LCD
 C12832 lcd(D11, D13, D12, D7, D10);
+#endif
 BusOut led2 (LED_BLUE);
 BusOut r (D5);
 BusOut g (D9);
@@ -33,4 +35,4 @@
 
 #define DEFAULT_TYPE_NAME "iotsample-mbed-k64f"
 
-#endif
\ No newline at end of file
+#endif