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

Files at this revision

API Documentation at this revision

Comitter:
samdanbury
Date:
Thu Aug 07 09:33:26 2014 +0000
Parent:
4:77fd4b6ceecb
Child:
6:37b6d0d56190
Commit message:
LPC1768 blue RGB LED is no longer turned on

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Jul 22 09:19:54 2014 +0000
+++ b/main.cpp	Thu Aug 07 09:33:26 2014 +0000
@@ -37,7 +37,6 @@
 DigitalOut led2(LED2);
 PwmOut r (p23);
 PwmOut g (p24);
-PwmOut b (p25);
 MMA7660 MMA(p28, p27);
 LM75B sensor(p28, p27);
 DigitalIn Down(p12);