mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
4 lines
188 B
C++
4 lines
188 B
C++
#include <string>
|
|
|
|
void MQTTInit(std::string _mqttURI, std::string _clientid, std::string _user = "", std::string _password = "");
|
|
void MQTTPublish(std::string _key, std::string _content); |