Skip to content

Commit 1a5f699

Browse files
authored
Merge pull request #397 from tekktrik/dev/add-ltr-ens
Add LTR329/LTR303 and ENS160
2 parents c80f101 + 0c77a71 commit 1a5f699

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.gitmodules

+6
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,12 @@
908908
[submodule "libraries/drivers/tca8418"]
909909
path = libraries/drivers/tca8418
910910
url = https://github.com/adafruit/Adafruit_CircuitPython_TCA8418.git
911+
[submodule "libraries/drivers/ltr329_ltr303"]
912+
path = libraries/drivers/ltr329_ltr303
913+
url = https://github.com/adafruit/Adafruit_CircuitPython_LTR329_LTR303.git
914+
[submodule "libraries/drivers/ens160"]
915+
path = libraries/drivers/ens160
916+
url = https://github.com/adafruit/Adafruit_CircuitPython_ENS160.git
911917
[submodule "libraries/drivers/pcf8575"]
912918
path = libraries/drivers/pcf8575
913919
url = https://github.com/adafruit/Adafruit_CircuitPython_PCF8575.git

docs/drivers.rst

+2
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
371371
DHT Temperature and Humidity <https://circuitpython.readthedocs.io/projects/dht/en/latest/>
372372
DPS310 Precision Barometric Pressure / Altitude Sensor <https://circuitpython.readthedocs.io/projects/dps310/en/latest/>
373373
DS18x20 Temperature <https://circuitpython.readthedocs.io/projects/ds18x20/en/latest/>
374+
ENS160 (ScioSense) digital multi-gas sensor <https://circuitpython.readthedocs.io/projects/ens160/en/latest/>
374375
HTS221 Temperature and Humidity Sensor <https://circuitpython.readthedocs.io/projects/hts221/en/latest/>
375376
HTU21D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu21d/en/latest/>
376377
HTU31D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu31d/en/latest/>
@@ -415,6 +416,7 @@ These sensors detect light related attributes such as ``color``, ``light`` (unit
415416
AS7341 11-Channel Multi-Spectral Digital Sensor <https://circuitpython.readthedocs.io/projects/as7341/en/latest/>
416417
BH1750 Ambient Light <https://circuitpython.readthedocs.io/projects/bh1750/en/latest/>
417418
GUVx I2C UV Light Sensors <https://circuitpython.readthedocs.io/projects/guvx-i2c/en/latest/>
419+
LTR329 LTR303 Light Sensors <https://circuitpython.readthedocs.io/projects/ltr329-ltr303/en/latest/>
418420
LTR390 Ambient Light and UV Sensor <https://circuitpython.readthedocs.io/projects/ltr390/en/latest/>
419421
TCS34725 Color Sensor <https://circuitpython.readthedocs.io/projects/tcs34725/en/latest/>
420422
TSL2561 Light Sensor <https://circuitpython.readthedocs.io/projects/tsl2561/en/latest/>

libraries/drivers/ens160

Submodule ens160 added at 8ee988d

libraries/drivers/ltr329_ltr303

Submodule ltr329_ltr303 added at db0b566

0 commit comments

Comments
 (0)