Skip to content

Commit f55c759

Browse files
committed
adding pct2075
1 parent 06a4aed commit f55c759

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
@@ -529,3 +529,6 @@
529529
[submodule "libraries/helpers/GC_IOT_Core"]
530530
path = libraries/helpers/GC_IOT_Core
531531
url = https://github.com/adafruit/Adafruit_CircuitPython_GC_IOT_Core.git
532+
[submodule "libraries/drivers/pct2075"]
533+
path = libraries/drivers/pct2075
534+
url = https://github.com/adafruit/Adafruit_CircuitPython_PCT2075.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
181181
MP115A2 Barometric Pressure, Temperature <https://circuitpython.readthedocs.io/projects/mpl115a2/en/latest/>
182182
MPL3115A2 Barometric Pressure, Altitude and Temperature Sensor <https://circuitpython.readthedocs.io/projects/mpl3115a2/en/latest/>
183183
MPRLS Ported Absolute Pressure <https://circuitpython.readthedocs.io/projects/mprls/en/latest/>
184+
PCT2075 Temperature Sensor <https://circuitpython.readthedocs.io/projects/pct2075/en/latest/>
184185
SGP30 Air Quality <https://circuitpython.readthedocs.io/projects/sgp30/en/latest/>
185186
SHT31-D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/sht31d/en/latest/>
186187
Si7021 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/si7021/en/latest/>

libraries/drivers/pct2075

Submodule pct2075 added at 4d763c5

0 commit comments

Comments
 (0)