Skip to content

Commit 651ac87

Browse files
authored
Merge pull request #277 from adafruit/tmp117
adding a wee temp sensor
2 parents 14c89d1 + 454eece commit 651ac87

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,3 +742,6 @@
742742
[submodule "libraries/drivers/monsterm4sk"]
743743
path = libraries/drivers/monsterm4sk
744744
url = https://github.com/adafruit/Adafruit_CircuitPython_MONSTERM4SK.git
745+
[submodule "libraries/drivers/tmp117"]
746+
path = libraries/drivers/tmp117
747+
url = https://github.com/adafruit/Adafruit_CircuitPython_TMP117

docs/drivers.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,10 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
362362
SHTC3 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/shtc3/en/latest/>
363363
Si7021 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/si7021/en/latest/>
364364
TC74 Digital Temperature Sensor <https://circuitpython.readthedocs.io/projects/tc74/en/latest/>
365-
Thermistor Temperature <https://circuitpython.readthedocs.io/projects/thermistor/en/latest/>
366365
TMP006 Contactless IR Thermopile Sensor <https://circuitpython.readthedocs.io/projects/tmp006/en/latest/>
367366
TMP007 Contactless Temperature <https://circuitpython.readthedocs.io/projects/tmp007/en/latest/>
367+
TMP117 High-Precision Temperature Sensor <https://circuitpython.readthedocs.io/projects/tmp117/en/latest/>
368+
Thermistor Temperature <https://circuitpython.readthedocs.io/projects/thermistor/en/latest/>
368369

369370
Light Sensors
370371
---------------

libraries/drivers/tmp117

Submodule tmp117 added at abc5d1a

0 commit comments

Comments
 (0)