display changed and mqtt stuff added

This commit is contained in:
Wolfgang Hottgenroth
2016-03-03 23:19:56 +01:00
parent 13124ac90b
commit c520e7731c
21 changed files with 1578 additions and 2060 deletions

18
mqttclient.h Normal file
View File

@ -0,0 +1,18 @@
/*
* mqttclient.h
*
* Created on: 03.03.2016
* Author: wn
*/
#ifndef MQTTCLIENT_H_
#define MQTTCLIENT_H_
namespace MqttClientNS {
void begin();
void exec();
};
#endif /* MQTTCLIENT_H_ */