Skip to content

Commit c8f373d

Browse files
authored
Merge pull request #388 from caternuson/add_si1145
Add SI1145
2 parents 3e57f63 + 8108f8b commit c8f373d

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
@@ -896,3 +896,6 @@
896896
[submodule "libraries/drivers/mmc56x3"]
897897
path = libraries/drivers/mmc56x3
898898
url = https://github.com/adafruit/Adafruit_CircuitPython_MMC56x3.git
899+
[submodule "libraries/drivers/si1145"]
900+
path = libraries/drivers/si1145
901+
url = https://github.com/adafruit/Adafruit_CircuitPython_SI1145.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ These sensors detect light related attributes such as ``color``, ``light`` (unit
422422
VEML6070 UV Index <https://circuitpython.readthedocs.io/projects/veml6070/en/latest/>
423423
VEML6075 UV Index <https://circuitpython.readthedocs.io/projects/veml6075/en/latest/>
424424
VEML7700 High Accuracy Ambient Light Sensor <https://circuitpython.readthedocs.io/projects/veml7700/en/latest/>
425+
SI1145 Digital UV Index IR Visible Light Sensor <https://circuitpython.readthedocs.io/projects/si1145/en/latest/>
425426

426427
Distance Sensors
427428
------------------

libraries/drivers/si1145

Submodule si1145 added at 77effc8

0 commit comments

Comments
 (0)