Hung Nguyen
/
CIS541-HW-MQTT
This is the codebase provided for CIS541 - Homework MQTT.
Diff: main.cpp
- Revision:
- 1:91e33a7fe0b5
- Parent:
- 0:f0db757d6ffe
diff -r f0db757d6ffe -r 91e33a7fe0b5 main.cpp --- a/main.cpp Sat Oct 07 03:48:31 2017 +0000 +++ b/main.cpp Sat Oct 07 14:52:56 2017 +0000 @@ -0,0 +1,12 @@ +#define MQTTCLIENT_QOS2 1 + +#include "ESP8266Interface.h" +#include "MQTTNetwork.h" +#include "MQTTmbed.h" +#include "MQTTClient.h" + +ESP8266Interface wifi(p28, p27); + +int main(int argc, char* argv[]) { + return 0; +} \ No newline at end of file