adding a wee temp sensor
This commit is contained in:
parent
9d2ab362ac
commit
454eececa4
3 changed files with 6 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -742,3 +742,6 @@
|
||||||
[submodule "libraries/drivers/monsterm4sk"]
|
[submodule "libraries/drivers/monsterm4sk"]
|
||||||
path = libraries/drivers/monsterm4sk
|
path = libraries/drivers/monsterm4sk
|
||||||
url = https://github.com/adafruit/Adafruit_CircuitPython_MONSTERM4SK.git
|
url = https://github.com/adafruit/Adafruit_CircuitPython_MONSTERM4SK.git
|
||||||
|
[submodule "libraries/drivers/tmp117"]
|
||||||
|
path = libraries/drivers/tmp117
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_TMP117
|
||||||
|
|
|
||||||
|
|
@ -362,9 +362,10 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
|
||||||
SHTC3 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/shtc3/en/latest/>
|
SHTC3 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/shtc3/en/latest/>
|
||||||
Si7021 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/si7021/en/latest/>
|
Si7021 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/si7021/en/latest/>
|
||||||
TC74 Digital Temperature Sensor <https://circuitpython.readthedocs.io/projects/tc74/en/latest/>
|
TC74 Digital Temperature Sensor <https://circuitpython.readthedocs.io/projects/tc74/en/latest/>
|
||||||
Thermistor Temperature <https://circuitpython.readthedocs.io/projects/thermistor/en/latest/>
|
|
||||||
TMP006 Contactless IR Thermopile Sensor <https://circuitpython.readthedocs.io/projects/tmp006/en/latest/>
|
TMP006 Contactless IR Thermopile Sensor <https://circuitpython.readthedocs.io/projects/tmp006/en/latest/>
|
||||||
TMP007 Contactless Temperature <https://circuitpython.readthedocs.io/projects/tmp007/en/latest/>
|
TMP007 Contactless Temperature <https://circuitpython.readthedocs.io/projects/tmp007/en/latest/>
|
||||||
|
TMP117 High-Precision Temperature Sensor <https://circuitpython.readthedocs.io/projects/tmp117/en/latest/>
|
||||||
|
Thermistor Temperature <https://circuitpython.readthedocs.io/projects/thermistor/en/latest/>
|
||||||
|
|
||||||
Light Sensors
|
Light Sensors
|
||||||
---------------
|
---------------
|
||||||
|
|
|
||||||
1
libraries/drivers/tmp117
Submodule
1
libraries/drivers/tmp117
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit abc5d1a37439e39b69acc69faee12f120011517c
|
||||||
Loading…
Reference in a new issue