A program for IoT demonstration with mbed, EnOcean and MQTT.

Dependencies:   IBMIoTClientEthernetExample C12832 EthernetInterface MQTT USB400Serial USBHost mbed

Fork of IBMIoTClientEthernetExample by IBM Watson IoT

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);