Skip to content

Commit 2234063

Browse files
authored
Merge pull request #284 from adafruit/ltr390
adding ltr390
2 parents 9eddf65 + 28beacf commit 2234063

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
@@ -760,3 +760,6 @@
760760
[submodule "libraries/drivers/scd30"]
761761
path = libraries/drivers/scd30
762762
url = https://github.com/adafruit/Adafruit_CircuitPython_SCD30.git
763+
[submodule "libraries/drivers/ltr390"]
764+
path = libraries/drivers/ltr390
765+
url = https://github.com/adafruit/Adafruit_CircuitPython_LTR390.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ These sensors detect light related attributes such as ``color``, ``light`` (unit
384384
AS726x Color Spectrum Sensor <https://circuitpython.readthedocs.io/projects/as726x/en/latest/>
385385
AS7341 11-Channel Multi-Spectral Digital Sensor <https://circuitpython.readthedocs.io/projects/as7341/en/latest/>
386386
BH1750 Ambient Light <https://circuitpython.readthedocs.io/projects/bh1750/en/latest/>
387+
LTR390 Ambient Light and UV Sensor <https://circuitpython.readthedocs.io/projects/ltr390/en/latest/>
387388
TCS34725 Color Sensor <https://circuitpython.readthedocs.io/projects/tcs34725/en/latest/>
388389
TSL2561 Light Sensor <https://circuitpython.readthedocs.io/projects/tsl2561/en/latest/>
389390
TSL2591 High Dynamic Range Light Sensor <https://circuitpython.readthedocs.io/projects/tsl2591/en/latest/>

libraries/drivers/ltr390

Submodule ltr390 added at 582055a

0 commit comments

Comments
 (0)