You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/01/25 17:35:31 UTC

[GitHub] mlampert commented on issue #751: Driver for debouncing an input pin.

mlampert commented on issue #751: Driver for debouncing an input pin.
URL: https://github.com/apache/mynewt-core/pull/751#issuecomment-360541076
 
 
   I am not sure I understand your feature request. Is it that you want the notification at the beginning of a debouncing instead of the end?
   That would assume that every 0->1 transition is indeed the beginning of a button press event, which is not necessarily the case. You might also look at a glitch which gets suppressed by the current algorithm.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services