start mqtt stuff
This commit is contained in:
9
cube/User/Inc/mqttComm.h
Normal file
9
cube/User/Inc/mqttComm.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef _MQTT_COMM_H_
|
||||
#define _MQTT_COMM_H_
|
||||
|
||||
|
||||
// do not call it periodically, just call it with a NULL handle
|
||||
void mqttCommInit(void *handle);
|
||||
|
||||
|
||||
#endif /* _MQTT_COMM_H_ */
|
Reference in New Issue
Block a user