-
Notifications
You must be signed in to change notification settings - Fork 20
gesture example not working #34
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
Comments
hmm we may want to make the simple test a little more advanced where it checks the gesture isnt 0 (which means, none detected) - wnana try that? |
I tried only reporting if non zero, but then saw nothing. |
I wonder if the problem is because clue.gesture re_enables gesture every call. Does that “flush”any pending reading. I’ll try to dig deeper later today or tomorrow. |
simple fix -- "proximity" has to be enabled along with "gesture" -- I'll put is a PR. |
If I run the example from the code (or ReadtheDocs)
it just keeps returning 0
FYI - the apds9960_gesture_simpletest works as expected.
The text was updated successfully, but these errors were encountered: