MqttMonitor/mqttclient.h

19 lines
205 B
C
Raw Permalink Normal View History

2016-03-03 23:19:56 +01:00
/*
* mqttclient.h
*
* Created on: 03.03.2016
* Author: wn
*/
#ifndef MQTTCLIENT_H_
#define MQTTCLIENT_H_
namespace MqttClientNS {
void begin();
void exec();
};
#endif /* MQTTCLIENT_H_ */