This commit is contained in:
hqm 2021-09-12 18:53:59 +08:00
commit d4cfc2f8bf
1 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# xcmd
#### 介绍
简易的单片机命令行工具
简易的单片机命令行工具,移植十分方便,支持历史记录,支持注册快捷键
#### 移植
- 移植十分简单,只需要在初始化的时候提供字符输入输出函数即可
@ -116,6 +116,4 @@ void test_keys_init(xcmder_t *cmder)
}
```
#### 效果展示
参照example
![输入图片说明](https://images.gitee.com/uploads/images/2021/0912/184914_3b4a3398_1680380.gif "演示1.gif")