Skip to content

Commit

Permalink
Merge pull request #483 from BlitzCityDIY/vcnl4200
Browse files Browse the repository at this point in the history
adding VCNL4200 library
  • Loading branch information
FoamyGuy authored Oct 30, 2024
2 parents 56ac7c3 + 7e3df36 commit 270befe
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 @@ -1037,3 +1037,6 @@
[submodule "libraries/drivers/ina3221"]
path = libraries/drivers/ina3221
url = https://github.com/adafruit/Adafruit_CircuitPython_INA3221.git
[submodule "libraries/drivers/vcnl4200"]
path = libraries/drivers/vcnl4200
url = https://github.com/adafruit/Adafruit_CircuitPython_VCNL4200.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ These sensors detect light related attributes such as ``color``, ``light`` (unit
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/>
VCNL4200 Proximity and Light <https://docs.circuitpython.org/projects/vcnl4200/en/latest/>
VEML6070 UV Index <https://docs.circuitpython.org/projects/veml6070/en/latest/>
VEML6075 UV Index <https://docs.circuitpython.org/projects/veml6075/en/latest/>
VEML7700 High Accuracy Ambient Light Sensor <https://docs.circuitpython.org/projects/veml7700/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/vcnl4200
Submodule vcnl4200 added at 31531d

0 comments on commit 270befe

Please sign in to comment.