From 463baf0f5cf38849d6d1bc29d62f77f145e14705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=94=E7=BD=97=E6=8A=80=E6=9C=AF?= Date: Sun, 18 Apr 2021 14:47:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e8f9ce..b51e51a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # AT Command +[![License](https://img.shields.io/badge/license-Apache%202-green.svg)](https://gitee.com/moluo-tech/ril/blob/master/LICENSE) ## 介绍 一种AT命令通信解析模块,支持裸机(at_chat)和OS版本(at)。适用于modem、WIFI模块、蓝牙通信。 @@ -129,8 +130,9 @@ at_send_singlline(&at, test_gpio_callback, "AT+GPIO_TEST_EN=1"); - at_split_respond_lines,命令响应分割器。 - at_do_work,适用于发送组合命令,如GPRS模组发送短信或者发送socket数据需要等待"<"或者"CONNECT"提示符,可以通过这个接口自定义收发。 -#### 演示效果(后续会提供一个无线GPRS模块演示程序出来) +#### 案例演示 +参考我的另外一个项目[RIL(Radio Interface Layer)](https://gitee.com/moluo-tech/ril) #### 使用步骤