Skip to content

Adding VEML7700 to bundle. #149

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

Merged
merged 1 commit into from
Mar 28, 2019
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 @@ -424,3 +424,6 @@
[submodule "libraries/helpers/display-shapes"]
path = libraries/helpers/display-shapes
url = https://github.com/adafruit/Adafruit_CircuitPython_Display_Shapes.git
[submodule "libraries/drivers/veml7700"]
path = libraries/drivers/veml7700
url = https://github.com/adafruit/Adafruit_CircuitPython_VEML7700.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ These sensors detect light related attributes such as ``color``, ``light`` (unit
VCNL4010 Proximity and Light <https://circuitpython.readthedocs.io/projects/vcnl4010/en/latest/>
VEML6070 UV Index <https://circuitpython.readthedocs.io/projects/veml6070/en/latest/>
VEML6075 UV Index <https://circuitpython.readthedocs.io/projects/veml6075/en/latest/>
VEML7700 High Accuracy Ambient Light Sensor <https://circuitpython.readthedocs.io/projects/veml7700/en/latest/>

Distance Sensors
------------------
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/veml7700
Submodule veml7700 added at 0917e0