Merge branch 'dev' of gitee.com:two_salted_eggs/xcmd into dev

This commit is contained in:
hqm 2021-09-18 00:13:44 +08:00
commit 8e59267b29
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
#### 介绍
简易的单片机命令行工具,移植十分方便,支持历史记录,支持注册快捷键
#### 支持的平台
1. linux
2. arduino
#### 移植
- 移植十分简单,只需要在初始化的时候提供字符输入输出函数即可
```C