We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If I run the example from the code (or ReadtheDocs)
from adafruit_clue import clue while True: print("Gesture: {}".format(clue.gesture))
it just keeps returning 0
FYI - the apds9960_gesture_simpletest works as expected.