Skip to content

Commit 8b37dad

Browse files
authored
Merge pull request #260 from kattni/tc74-add
Adding TC74 to bundle.
2 parents 61611da + cc9703c commit 8b37dad

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -712,3 +712,6 @@
712712
[submodule "libraries/helpers/matrixportal"]
713713
path = libraries/helpers/matrixportal
714714
url = https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal.git
715+
[submodule "libraries/drivers/tc74"]
716+
path = libraries/drivers/tc74
717+
url = https://github.com/adafruit/Adafruit_CircuitPython_TC74.git

docs/drivers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
355355
SHT31-D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/sht31d/en/latest/>
356356
SHTC3 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/shtc3/en/latest/>
357357
Si7021 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/si7021/en/latest/>
358+
TC74 Digital Temperature Sensor <https://circuitpython.readthedocs.io/projects/tc74/en/latest/>
358359
Thermistor Temperature <https://circuitpython.readthedocs.io/projects/thermistor/en/latest/>
359360
TMP006 Contactless IR Thermopile Sensor <https://circuitpython.readthedocs.io/projects/tmp006/en/latest/>
360361
TMP007 Contactless Temperature <https://circuitpython.readthedocs.io/projects/tmp007/en/latest/>

libraries/drivers/tc74

Submodule tc74 added at 5d74aca

0 commit comments

Comments
 (0)