adafruit / Adafruit_CircuitPython_CLUE

A high-level library representing all the features of the Adafruit CLUE
MIT License
32 stars 20 forks source link

fix clue.gesture -- enable proximity #35

Closed jerryneedell closed 4 years ago

jerryneedell commented 4 years ago

fixes #34

jerryneedell commented 4 years ago

Should the rotation also be set to 270 here for the CLUE or do we want to leave that to the user?

ladyada commented 4 years ago

sure can add rotation, so its 'upright'

jerryneedell commented 4 years ago

I added the rotation and revised the example so it only prints if a gesture detected.