Added button release handler
- Added button release handler and adapted examples.
- Revoke change for "only one true result per press for checkForLongPressBlocking()". It is superseded by button release handler.
- Support buttons which are active high by defining
BUTTON_IS_ACTIVE_HIGH
. - Improved detection of maximum bouncing period used in DebounceTest.