start mqtt stuff

This commit is contained in:
2020-11-10 15:56:07 +01:00
parent 8a36a3da82
commit 662a440179
6 changed files with 129 additions and 3 deletions

9
cube/User/Inc/mqttComm.h Normal file
View 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_ */