62 Commits (41514fed4b99263f0e41efce658934d6c4a27062)
 

Author SHA1 Message Date
Riggin 41514fed4b 格式化代码
1,给button_handler()添加静态属性。
2,函数声明和定义格式统一。
3,删除不必要的空行。
4,源码采用统一的tab替代空格键。
5,为else添加大括号。
2 years ago
Riggin 3ec5425cdf 修改拼写错误 2 years ago
0x1abin 492571c777
Merge pull request #31 from Z-Tam-code/master
fix warming
3 years ago
Z_Tam 39022b52f5
Update multi_button.h
fix warming
3 years ago
Z_Tam e123d9ddb3
Update multi_button.c
fix warming
3 years ago
0x1abin 0610f1533a
Merge pull request #26 from Junbo-Zheng/fix_warning
multi_button.c: add the default keyword for the switch case
3 years ago
0x1abin 5f2b1f6238
Merge pull request #25 from Junbo-Zheng/rm_unused_break
examples: remove the break keyword after return
3 years ago
Junbo Zheng d652f3b018 examples: remove the break keyword after return
Signed-off-by: Junbo Zheng <3273070@qq.com>
4 years ago
Junbo Zheng 98d1643e5b multi_button.c: add the default keyword for the switch case
Signed-off-by: Junbo Zheng <3273070@qq.com>
4 years ago
0x1abin fde6c72c32
Merge pull request #23 from CloudSir/master
Add button_id.
4 years ago
CloudSir 80085f6fb7 fix function button_init whithout button_id 4 years ago
CloudSir 138e97fe82 add button_id 4 years ago
0x1abin 0d6f663972
Merge pull request #20 from xidameng/master
Update README.md
4 years ago
SimonXI 89e2f85f3d
Update README.md
fix readme codeblock issue
4 years ago
0x1abin 218f9c86c4
Merge pull request #19 from Glacierty/master
record
4 years ago
Glacierty 51cce2f78a change comment 4 years ago
Glacierty b5bb284d61 add date 4 years ago
Glacierty 8dba0a90dd add comment
add comment
4 years ago
Glacierty 034496c83e
提高链表删除效率
如果不加这一语句,那删除需要遍历整个链表,直到找到尾指针才会退出,虽然时间固定,但是降低了效率,加一个return;可以解决这个问题
4 years ago
Glacierty 20c3a58110
Merge pull request #1 from Glacierty/Glacierty-patch-1
Update multi_button.c
4 years ago
Glacierty 0e2f1c366f
Update multi_button.c
在issue中看到网友反馈的bug(连击接着长按不会触发长按事件),但是没人提交这段代码,那我就代劳咯,哈哈哈
4 years ago
Bin b7bec347ad
Merge pull request #17 from armku/master
修改演示代码数据类型错误
5 years ago
Ace 30af806482 修改演示代码数据类型错误 5 years ago
Bin 2a004c557a
Merge pull request #11 from HappyFacade/patch-1
Add syntax highlighting to readme
6 years ago
Bin 03aba23986
Merge pull request #10 from ZemingLiu/master
fix spelling mistakes
6 years ago
Happy cf499a0fe5
Add syntax highlighting to readme 6 years ago
wildfarmer 054e1cca68 fix spelling mistakes 6 years ago
Bin 807a6cb20a
Merge pull request #8 from sj13757790563/develop
修复功能
6 years ago
sj13757790563 29bb10be9a 修复功能
1->修复了   PRESS_REPEAT 事件会错误的调用DOUBLE_CLICK 事件
2->现在 DOUBLE_CLICK 事件会被正确的调用
6 years ago
0x1abin b03465e848 added MIT License 8 years ago
0x1abin edb5a65887 fixed variable type and memset param 8 years ago
0x1abin 0cd9ebf7b9 rm old example files 8 years ago
0x1abin 9336d644a1 rename the example 8 years ago
0x1abin bf134b30a7 default DEBOUNCE_TICKS 3 9 years ago
0x1abin 8821a11a88 fix inquire event conflict 9 years ago
0x1abin 13841d0836 fix inquire event conflict 9 years ago
0x1abin bec8586522 add readme details 9 years ago
0x1abin 62e8c96edb rename 9 years ago
Jaup 81994926da rename param 9 years ago
Jaup a791d64dee rename param 9 years ago
Jaup 1d8b53260d update introduce 9 years ago
Jaup 10e0ad6c7a remove #include button.h 9 years ago
Jaup 837afe22fc new version 9 years ago
Jaup 305da86b64 new Version 9 years ago
Jaup cb85075bfe update readme 9 years ago
Jaup 4440a2d7d8 update readme 9 years ago
Jaup fb910ced93 update the examples 9 years ago
Jaup ec68abde16 update the examples 9 years ago
Jaup 0814636e8d update 9 years ago
Jaup 1d9c455e71 update 9 years ago