adafruit / Adafruit_CircuitPython_APDS9960

Adafruit Bundle driver for APSD9960 Gesture breakout board
MIT License
11 stars 17 forks source link

adding rotation modifier for gestures #26

Closed FoamyGuy closed 4 years ago

FoamyGuy commented 4 years ago

This adds a rotation offset that can be used to adjust the values returned by gesture() in case your sensor is mounted in a different orientation. Solves #25

FoamyGuy commented 4 years ago

Agree'd thank you for catching that @jerryneedell. I will make those changes later on tonight.