/* * mqttclient.h * * Created on: 03.03.2016 * Author: wn */ #ifndef MQTTCLIENT_H_ #define MQTTCLIENT_H_ #include namespace MqttClientNS { void begin(); void exec(); }; #endif /* MQTTCLIENT_H_ */