adafruit_apds9500

Library for the APDS9500 Gesture Sensor

  • Author(s): Bryan Siepert

Implementation Notes

Hardware:

Software and Dependencies:

class adafruit_apds9500.APDS9500(i2c_bus, address=115)

Library for the APDS9500 Gesture Sensor.

Parameters
  • i2c_bus (I2C) – The I2C bus the APDS9500 is connected to.

  • address – The I2C slave address of the sensor

property gestures

Returns a list of gestures that were detected. Results are Gesture types

class adafruit_apds9500.CV

struct helper

classmethod add_values(value_tuples)

creates CV entires

classmethod is_valid(value)

Returns true if the given value is a member of the CV

class adafruit_apds9500.Gesture

Possible results for gesture

class adafruit_apds9500.GestureResult

Possible results for gesture