mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 13:08:13 +08:00
add:mqtt连接
This commit is contained in:
13
TC1/user_mqtt_client.h
Normal file
13
TC1/user_mqtt_client.h
Normal 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
|
||||
Reference in New Issue
Block a user