Skip to content

Add GUVX I2C driver #395

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 2 commits into from
Aug 23, 2022
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 @@ -905,6 +905,9 @@
[submodule "libraries/drivers/max1704x"]
path = libraries/drivers/max1704x
url = https://github.com/adafruit/Adafruit_CircuitPython_MAX1704x.git
[submodule "libraries/drivers/guvx-i2c"]
path = libraries/drivers/guvx-i2c
url = https://github.com/adafruit/Adafruit_CircuitPython_GUVX_I2C.git
[submodule "libraries/drivers/tca8418"]
path = libraries/drivers/tca8418
url = https://github.com/adafruit/Adafruit_CircuitPython_TCA8418.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ These sensors detect light related attributes such as ``color``, ``light`` (unit
AS726x Color Spectrum Sensor <https://circuitpython.readthedocs.io/projects/as726x/en/latest/>
AS7341 11-Channel Multi-Spectral Digital Sensor <https://circuitpython.readthedocs.io/projects/as7341/en/latest/>
BH1750 Ambient Light <https://circuitpython.readthedocs.io/projects/bh1750/en/latest/>
GUVx I2C UV Light Sensors <https://circuitpython.readthedocs.io/projects/guvx-i2c/en/latest/>
LTR390 Ambient Light and UV Sensor <https://circuitpython.readthedocs.io/projects/ltr390/en/latest/>
TCS34725 Color Sensor <https://circuitpython.readthedocs.io/projects/tcs34725/en/latest/>
TSL2561 Light Sensor <https://circuitpython.readthedocs.io/projects/tsl2561/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/guvx-i2c
Submodule guvx-i2c added at 90cab0