From 5a3b4fc846ed0c1cbe0902dc382ae6365c68f13a Mon Sep 17 00:00:00 2001 From: ahu_gq Date: Wed, 12 Feb 2025 17:33:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0h=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/drv_peripheral/drv_eg25gminipice.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/library/drv_peripheral/drv_eg25gminipice.h b/library/drv_peripheral/drv_eg25gminipice.h index 2ce8bed..ed0b911 100644 --- a/library/drv_peripheral/drv_eg25gminipice.h +++ b/library/drv_peripheral/drv_eg25gminipice.h @@ -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);