Xavier Brassoud

Results 2 comments of Xavier Brassoud

Same here. Adding a 100ms delay and a counter to the example code shows that the click event occurs within 300ms, perhaps related to debounce state changes? ```cpp unsigned int...

I've investigate a little bit in this issue, and it seems to be related to the `-1` initialized value of **`debouncedPinLevel`**. Set this value to `0` fix this issue ([OneButton.h#L244](https://github.com/mathertel/OneButton/blob/27da5fde9c99a57b6976f587ab7aec9bb2018c96/src/OneButton.h#L244),...