Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding VCNL4020 #442

Merged
merged 2 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -974,3 +974,6 @@
[submodule "libraries/drivers/cst8xx"]
path = libraries/drivers/cst8xx
url = https://github.com/adafruit/Adafruit_CircuitPython_CST8XX.git
[submodule "libraries/drivers/vcnl4020"]
path = libraries/drivers/libraries/drivers/vcnl4020
url = https://github.com/adafruit/Adafruit_CircuitPython_VCNL4020.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ These sensors detect light related attributes such as ``color``, ``light`` (unit
TSL2561 Light Sensor <https://docs.circuitpython.org/projects/tsl2561/en/latest/>
TSL2591 High Dynamic Range Light Sensor <https://docs.circuitpython.org/projects/tsl2591/en/latest/>
VCNL4010 Proximity and Light <https://docs.circuitpython.org/projects/vcnl4010/en/latest/>
VCNL4020 Proximity and Light <https://docs.circuitpython.org/projects/vcnl4020/en/latest/>
VCNL4040 Proximity and Light <https://docs.circuitpython.org/projects/vcnl4040/en/latest/>
VEML6070 UV Index <https://docs.circuitpython.org/projects/veml6070/en/latest/>
VEML6075 UV Index <https://docs.circuitpython.org/projects/veml6075/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/libraries/drivers/vcnl4020
Submodule vcnl4020 added at 7bfb63