forked from gary/BCU
2
0
Fork 0

上传h文件

This commit is contained in:
ahu_gq 2025-02-12 17:33:08 +08:00
parent bf00bc84f8
commit 5a3b4fc846
1 changed files with 7 additions and 1 deletions

View File

@ -18,7 +18,13 @@
#include "ucos_ii.h"
void drv_uart2_Init(void);
void drv_uart2_sendbyte(char c);
void drv_uart2_sendString(const char *str);
void drv_send_at_cmd(const char *cmd, int delay_ms);
void drv_eg25g_init(void);
void drv_mqtt_connect(void);
void drv_mqtt_publish(const char *topic, const char *message);