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

Dependencies:   C12832 EthernetInterface LM75B MMA7660 MQTT mbed-rtos mbed

Fork of IBMIoTClientEthernetExample by IBM Watson IoT

Files at this revision

API Documentation at this revision

Comitter:
jsutton
Date:
Mon May 23 13:48:48 2016 +0000
Parent:
18:94da9de96d54
Commit message:
Fixing swapped left and right inputs for the K64F Joystick

Changed in this revision

K64F.h Show annotated file Show diff for this revision Revisions of this file
--- 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