display changed and mqtt stuff added
This commit is contained in:
18
mqttclient.h
Normal file
18
mqttclient.h
Normal 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_ */
|
Reference in New Issue
Block a user