Skip to content

Commit 5e4ece8

Browse files
committed
fix clue.gesture -- enable proximity
1 parent 24c910a commit 5e4ece8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_clue.py

+1
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ def gesture(self):
550550
print("Gesture: {}".format(clue.gesture))
551551
"""
552552
self._sensor.enable_gesture = True
553+
self._sensor.enable_proximity = True
553554
return self._sensor.gesture()
554555

555556
@property

0 commit comments

Comments
 (0)