Skip to content

Commit 7e3df36

Browse files
committed
adding vcnl4200
1 parent 56ac7c3 commit 7e3df36

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1037,3 +1037,6 @@
10371037
[submodule "libraries/drivers/ina3221"]
10381038
path = libraries/drivers/ina3221
10391039
url = https://github.com/adafruit/Adafruit_CircuitPython_INA3221.git
1040+
[submodule "libraries/drivers/vcnl4200"]
1041+
path = libraries/drivers/vcnl4200
1042+
url = https://github.com/adafruit/Adafruit_CircuitPython_VCNL4200.git

docs/drivers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ These sensors detect light related attributes such as ``color``, ``light`` (unit
449449
VCNL4010 Proximity and Light <https://docs.circuitpython.org/projects/vcnl4010/en/latest/>
450450
VCNL4020 Proximity and Light <https://docs.circuitpython.org/projects/vcnl4020/en/latest/>
451451
VCNL4040 Proximity and Light <https://docs.circuitpython.org/projects/vcnl4040/en/latest/>
452+
VCNL4200 Proximity and Light <https://docs.circuitpython.org/projects/vcnl4200/en/latest/>
452453
VEML6070 UV Index <https://docs.circuitpython.org/projects/veml6070/en/latest/>
453454
VEML6075 UV Index <https://docs.circuitpython.org/projects/veml6075/en/latest/>
454455
VEML7700 High Accuracy Ambient Light Sensor <https://docs.circuitpython.org/projects/veml7700/en/latest/>

libraries/drivers/vcnl4200

Submodule vcnl4200 added at 31531d1

0 commit comments

Comments
 (0)