-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support double tap as button press for supported accelerometers #2393
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking ace. MPU6050 doesn't work?
I believe MPU6050 hardware supports tap / click interrupts with use some register, but the Adafruit lib sadly excludes it and it would seem they aren't even looking at PRs folks have sent. So I suspect it's going to remain statel. I think there are some alternative libraries we should look at. I was hoping to remain consistent with using Adafruit libs for the common peripherals, but it seems like some of them have like the MPU6050 have decent capability gaps. |
The gap issue is also apparent with the BME680. |
🤖 Pull request artifacts
|
No description provided.