Contains example code to connect the mbed LPC1768 or FRDM-K64F devices to the IBM Internet of Things Cloud service via ethernet.

Dependencies:   C12832 MQTT LM75B MMA7660

Dependents:   MFT_IoT_demo_USB400 IBM_RFID

Revision:
19:d91f7b4ef2a9
Parent:
8:80d49dd91542
--- a/K64F.h	Wed Aug 12 20:50:56 2015 +0000
+++ b/K64F.h	Mon May 23 13:48:48 2016 +0000
@@ -25,7 +25,7 @@
 BusOut b (D8);
 MMA7660 MMA(PTE25, PTE24);
 LM75B sensor(PTE25, PTE24);
-DigitalIn Up(A2); DigitalIn Down(A3); DigitalIn Right(A4); DigitalIn Left(A5); DigitalIn Click(D4);
+DigitalIn Up(A2); DigitalIn Down(A3); DigitalIn Right(A5); DigitalIn Left(A4); DigitalIn Click(D4);
 AnalogIn ain1(A0); AnalogIn ain2(A1);
 
 #define LED2_OFF 1