This is the codebase provided for CIS541 - Homework MQTT.

Dependencies:   MQTT

Committer:
hungnguyenm
Date:
Sat Oct 07 14:52:56 2017 +0000
Revision:
1:91e33a7fe0b5
Parent:
0:f0db757d6ffe
Added HW6 codebase

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hungnguyenm 1:91e33a7fe0b5 1 #define MQTTCLIENT_QOS2 1
hungnguyenm 1:91e33a7fe0b5 2
hungnguyenm 1:91e33a7fe0b5 3 #include "ESP8266Interface.h"
hungnguyenm 1:91e33a7fe0b5 4 #include "MQTTNetwork.h"
hungnguyenm 1:91e33a7fe0b5 5 #include "MQTTmbed.h"
hungnguyenm 1:91e33a7fe0b5 6 #include "MQTTClient.h"
hungnguyenm 1:91e33a7fe0b5 7
hungnguyenm 1:91e33a7fe0b5 8 ESP8266Interface wifi(p28, p27);
hungnguyenm 1:91e33a7fe0b5 9
hungnguyenm 1:91e33a7fe0b5 10 int main(int argc, char* argv[]) {
hungnguyenm 1:91e33a7fe0b5 11 return 0;
hungnguyenm 1:91e33a7fe0b5 12 }