add:mqtt连接

This commit is contained in:
Zip
2019-01-28 09:16:22 +08:00
parent 93b8c4f1f5
commit 594e112791
7 changed files with 452 additions and 5 deletions

13
TC1/user_mqtt_client.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef __USER_MQTT_CLIENT_H_
#define __USER_MQTT_CLIENT_H_
#include "mico.h"
extern void user_mqtt_init(void);
extern OSStatus user_mqtt_send( char *arg );
#endif