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

Dependencies:   C12832 EthernetInterface LM75B MMA7660 MQTT mbed-rtos mbed

Fork of IBMIoTClientEthernetExample by IBM Watson IoT

Revision:
5:11fd21af0c0f
Parent:
4:77fd4b6ceecb
Child:
6:37b6d0d56190
--- 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);