Kommunikation hat funktioniert
This commit is contained in:
13
mqtt/mqtt_client.h
Executable file
13
mqtt/mqtt_client.h
Executable file
@@ -0,0 +1,13 @@
|
||||
#if !defined(__MQTT_CLIENT_H__)
|
||||
#define __MQTT_CLIENT_H__
|
||||
|
||||
#define USE_MOSQUITTO_LIB
|
||||
|
||||
int MqttClient_Connect();
|
||||
void MqttClient_Close();
|
||||
void MqttClient_Refresher();
|
||||
void MqttClient_Publisher();
|
||||
void MqttClient_Publish_MotorGear(int iMotorIndex, int iGear);
|
||||
void MqttClient_Publish_MotorPower(int iMotorIndex, int iPower);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user