rt-thread-stm32f072/packages/agile_button-v1.1.1/ChangeLog.md

30 lines
582 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 更新记录
## Agile Button 1.1.0 发布
### 新功能
2021-11-28马龙伟
* 增加 Doxygen 注释,生成文档
* 增加静态初始化,不使用动态内存分配也可使用该软件包
* 增加 `PKG_AGILE_BUTTON_USING_THREAD_AUTO_INIT` 配置,可自由决定是否自动创建线程
### 修改
2021-11-28马龙伟
* 修改变量定义为标准数据类型
* 修改 `example` 代码, 引脚号从命令行输入
* 修改静态变量命名
## Agile Button 1.1.1 发布
### 修改
2021-12-29马龙伟
* 修改 API 注释
* 完善文档
* 修改 example