adafruit / Adafruit_CircuitPython_SI1145

CircuitPython helper library for the SI1145 Digital UV Index IR Visible Light Sensor
MIT License
0 stars 5 forks source link

Add proximity #2

Closed caternuson closed 2 years ago

caternuson commented 2 years ago

Per request here: https://forums.adafruit.com/viewtopic.php?f=60&t=192880#p934156

caternuson commented 2 years ago

My two cents on this is to only add it if/when someone can provide a good use case. It seems like this feature is there simply because there's a nominal response in the raw sensor to proximity. But there are generally better options for proximity sensors if proximity sensing is the main goal. Adding it would just make the library larger to support a feature that may never get used.

Closing. Can reopen later if good use case can be provided.