Closed jerryneedell closed 4 years ago
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.