Skip to content

Commit 6b6f4c5

Browse files
committed
Adding VCNL4020
Adding VCNL4020 library to the bundle under drivers.
1 parent 97e3042 commit 6b6f4c5

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitmodules

+6
Original file line numberDiff line numberDiff line change
@@ -974,3 +974,9 @@
974974
[submodule "libraries/drivers/cst8xx"]
975975
path = libraries/drivers/cst8xx
976976
url = https://github.com/adafruit/Adafruit_CircuitPython_CST8XX.git
977+
[submodule "libraries/drivers/vcnl4020"]
978+
path = libraries/drivers/vcnl4020
979+
url = https://github.com/adafruit/Adafruit_CircuitPython_VCNL4020.git
980+
[submodule "libraries/drivers/libraries/drivers/vcnl4020"]
981+
path = libraries/drivers/libraries/drivers/vcnl4020
982+
url = https://github.com/adafruit/Adafruit_CircuitPython_VCNL4020.git

docs/drivers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ These sensors detect light related attributes such as ``color``, ``light`` (unit
437437
TSL2561 Light Sensor <https://docs.circuitpython.org/projects/tsl2561/en/latest/>
438438
TSL2591 High Dynamic Range Light Sensor <https://docs.circuitpython.org/projects/tsl2591/en/latest/>
439439
VCNL4010 Proximity and Light <https://docs.circuitpython.org/projects/vcnl4010/en/latest/>
440+
VCNL4020 Proximity and Light <https://docs.circuitpython.org/projects/vcnl4020/en/latest/>
440441
VCNL4040 Proximity and Light <https://docs.circuitpython.org/projects/vcnl4040/en/latest/>
441442
VEML6070 UV Index <https://docs.circuitpython.org/projects/veml6070/en/latest/>
442443
VEML6075 UV Index <https://docs.circuitpython.org/projects/veml6075/en/latest/>
Submodule vcnl4020 added at 7bfb633

0 commit comments

Comments
 (0)