Skip to content

Add LTR329/LTR303 and ENS160 #397

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 3 commits into from
Sep 13, 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
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,12 @@
[submodule "libraries/drivers/tca8418"]
path = libraries/drivers/tca8418
url = https://github.com/adafruit/Adafruit_CircuitPython_TCA8418.git
[submodule "libraries/drivers/ltr329_ltr303"]
path = libraries/drivers/ltr329_ltr303
url = https://github.com/adafruit/Adafruit_CircuitPython_LTR329_LTR303.git
[submodule "libraries/drivers/ens160"]
path = libraries/drivers/ens160
url = https://github.com/adafruit/Adafruit_CircuitPython_ENS160.git
[submodule "libraries/drivers/pcf8575"]
path = libraries/drivers/pcf8575
url = https://github.com/adafruit/Adafruit_CircuitPython_PCF8575.git
2 changes: 2 additions & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
DHT Temperature and Humidity <https://circuitpython.readthedocs.io/projects/dht/en/latest/>
DPS310 Precision Barometric Pressure / Altitude Sensor <https://circuitpython.readthedocs.io/projects/dps310/en/latest/>
DS18x20 Temperature <https://circuitpython.readthedocs.io/projects/ds18x20/en/latest/>
ENS160 (ScioSense) digital multi-gas sensor <https://circuitpython.readthedocs.io/projects/ens160/en/latest/>
HTS221 Temperature and Humidity Sensor <https://circuitpython.readthedocs.io/projects/hts221/en/latest/>
HTU21D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu21d/en/latest/>
HTU31D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu31d/en/latest/>
Expand Down Expand Up @@ -415,6 +416,7 @@ These sensors detect light related attributes such as ``color``, ``light`` (unit
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/>
LTR329 LTR303 Light Sensors <https://circuitpython.readthedocs.io/projects/ltr329-ltr303/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/ens160
Submodule ens160 added at 8ee988
1 change: 1 addition & 0 deletions libraries/drivers/ltr329_ltr303
Submodule ltr329_ltr303 added at db0b56