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:
3:e7b2f56c4f3f
Parent:
2:2fc985a92cda
Child:
4:a416fef97faa
--- a/src/Main.cpp	Tue Jan 05 08:53:43 2016 +0000
+++ b/src/Main.cpp	Tue Jan 12 08:13:38 2016 +0000
@@ -60,9 +60,9 @@
     joystickPos = "CENTRE";
 
     // Set IoT Foundation connection parameters
-    char organization[11] = "hrcl78";     // For a registered connection, replace with your org
-    char deviceType[9] = "SampleDT";        // For a registered connection, replace with your device type
-    char deviceId[15] = "12345";                  // For a registered connection, replace with your device id
+    char organization[11] = "quickstart";     // For a registered connection, replace with your org
+    char deviceType[9] = "Sample";        // For a registered connection, replace with your device type
+    char deviceId[15] = "";                  // For a registered connection, replace with your device id
     char method[6] = "token";               // Not required to change as IBM IoTF expects only "token" for now
     char token[9] = "password";             // For a registered connection, replace with your auth-token