
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
Diff: MQTT/MQTTEthernet.h
- Revision:
- 8:80d49dd91542
- Parent:
- 6:37b6d0d56190
--- a/MQTT/MQTTEthernet.h Wed Aug 20 13:46:35 2014 +0000 +++ b/MQTT/MQTTEthernet.h Wed Oct 01 13:27:35 2014 +0000 @@ -2,7 +2,7 @@ #if !defined(MQTTETHERNET_H) #define MQTTETHERNET_H -#include "MQTT_mbed.h" +#include "MQTTmbed.h" #include "EthernetInterface.h" #include "MQTTSocket.h"