2024-02-19 09:40 AM
whenever double tap is detected, I'm getting interrupts for both single tap as well as double tap.
currently both are routed to int2 pins.
I tried routing single tap to INT1 and the double tap to INT2 pin, to ensure single tap doesn't operate under double tap condition. but both single and double tap interrupt is being generated.
How do I get/print only single tap and double tap?
2024-02-20 11:27 PM
2024-02-21 09:46 PM
Hi @Federica Bossi I tried the same github link, but whenever we double tap, we are getting single tap as well as double tap. Is there any way to get only double tap, when I double tap.
I tried using delays when we get single tap, but delay's are getting optimized during compilation.
2024-03-01 02:51 AM