Mqtt433Gateway/mqttclient.h
Wolfgang Hottgenroth bb4b7b5aa0 initial
2016-10-31 22:54:05 +01:00

20 lines
225 B
C++

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