Is there an example of detecting button release (the press is kind of obvious) with SDK9.0 BSP?
Is there an example of detecting button release (the press is kind of obvious) with SDK9.0 BSP?
I don't know about examplest, but using GPIOTE library you can easily detect the moment of the press and the release of the button.
There is support for triggering events at button releases in the BSP module. Unfortunately there are no examples in the SDK or elsewhere that I am aware of.