Skip to content

Commit dc5bd48

Browse files
authored
Merge pull request #149 from kattni/veml7700-add
Adding VEML7700 to bundle.
2 parents c83b30d + 1697f36 commit dc5bd48

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,3 +424,6 @@
424424
[submodule "libraries/helpers/display-shapes"]
425425
path = libraries/helpers/display-shapes
426426
url = https://github.com/adafruit/Adafruit_CircuitPython_Display_Shapes.git
427+
[submodule "libraries/drivers/veml7700"]
428+
path = libraries/drivers/veml7700
429+
url = https://github.com/adafruit/Adafruit_CircuitPython_VEML7700.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ These sensors detect light related attributes such as ``color``, ``light`` (unit
179179
VCNL4010 Proximity and Light <https://circuitpython.readthedocs.io/projects/vcnl4010/en/latest/>
180180
VEML6070 UV Index <https://circuitpython.readthedocs.io/projects/veml6070/en/latest/>
181181
VEML6075 UV Index <https://circuitpython.readthedocs.io/projects/veml6075/en/latest/>
182+
VEML7700 High Accuracy Ambient Light Sensor <https://circuitpython.readthedocs.io/projects/veml7700/en/latest/>
182183

183184
Distance Sensors
184185
------------------

libraries/drivers/veml7700

Submodule veml7700 added at 0917e00

0 commit comments

Comments
 (0)