murphyzhao / FlexibleButton

灵活的按键处理库(Flexible Button)| 按键驱动 | 支持单击、双击、连击、长按、自动消抖 | 灵活适配中断和低功耗 | 按需实现组合按键
Apache License 2.0
673 stars 289 forks source link

关于按键ID #14

Closed nnqtdf closed 4 years ago

nnqtdf commented 4 years ago

最新版好像回调事件里的按键id和注册时的顺序是反的?

murphyzhao commented 4 years ago

@nnqtdf

按键 ID 是新版本增加的,为了多个按键使用同一个 callback 的时候区分按键,这个是跟注册顺序没有关系,是用户自行填写的,可以参考 https://github.com/murphyzhao/FlexibleButton/blob/master/flexible_button_demo.c 这个例程。

nnqtdf commented 4 years ago

感谢来信:      如图:我测试最新版,读取电平回调函数里按钮id与事件回调函数里的id是相反的。

------------------ 原始邮件 ------------------ 发件人: "Murphy"<notifications@github.com>; 发送时间: 2020年1月10日(星期五) 上午10:27 收件人: "murphyzhao/FlexibleButton"<FlexibleButton@noreply.github.com>; 抄送: "那年秋天的风"<nnqtdf@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [murphyzhao/FlexibleButton] 关于按键ID (#14)

按键 ID 是新版本增加的,为了多个按键使用同一个 callback 的时候区分按键,这个是跟注册顺序没有关系,是用户自行填写的,可以参考 https://github.com/murphyzhao/FlexibleButton/blob/master/flexible_button_demo.c 这个例程。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

murphyzhao commented 4 years ago

@nnqtdf 你发过来的图片没有正确展示,麻烦加我 QQ 95530056,我们确定下问题,谢谢。

nnqtdf commented 4 years ago

好的,谢谢

------------------ 原始邮件 ------------------ 发件人: "Murphy"<notifications@github.com>; 发送时间: 2020年1月10日(星期五) 上午10:43 收件人: "murphyzhao/FlexibleButton"<FlexibleButton@noreply.github.com>; 抄送: "那年秋天的风"<nnqtdf@qq.com>;"Mention"<mention@noreply.github.com>; 主题: Re: [murphyzhao/FlexibleButton] 关于按键ID (#14)

@nnqtdf 你发过来的图片没有正确展示,麻烦加我 QQ 95530056,我们确定下问题,谢谢。

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.