Skip to content

Commit

Permalink
Merge pull request #442 from adafruit/vcnl
Browse files Browse the repository at this point in the history
Adding VCNL4020
  • Loading branch information
dhalbert authored Nov 3, 2023
2 parents e27f975 + 867c737 commit 931b1d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
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

0 comments on commit 931b1d5

Please sign in to comment.