forked from mrmcwethy/Adafruit_CircuitPython_APDS9960
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
The proximity value is currently accessed via a function call:
apds.proximity()It would be more inline with other libraries to make that a property.
apds.proximityAlso - not seeing any entry in the Design Guide for proximity sensor:
https://circuitpython.readthedocs.io/en/latest/docs/design_guide.html#sensor-properties-and-units
Closest is distance, which may be possible in an approximate way by curve fitting one or more of these (from datasheet):

Metadata
Metadata
Assignees
Labels
No labels