This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

[Pin value for sensing button bouncing/debouncing]

Hi~

I am trying the example code of [--app-button-example-master--] from here... github.com/.../nrf51-app-button-example for understanding button press features. I did not understand where to check the pin_status which goes stable after button detection delay in this example.

Could you please let me understand where I can check the pin_status and its value, to check the button bouncing values...(1,0,1,0,.....1,1,1,1,1,....0,1,0,1,0) something like that. I want to read the pin_value to figure out button bouncing.

Please help.

Thanks

/Regards

Related