Skip to content

Commit eae9ec4

Browse files
authored
Merge pull request #196 from siddacious/pct2075
adding pct2075
2 parents c0570a9 + 8c1da2f commit eae9ec4

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,6 +529,9 @@
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
532535
[submodule "libraries/drivers/tlv493d"]
533536
path = libraries/drivers/tlv493d
534537
url = https://github.com/adafruit/Adafruit_CircuitPython_TLV493D.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
295295
MP115A2 Barometric Pressure, Temperature <https://circuitpython.readthedocs.io/projects/mpl115a2/en/latest/>
296296
MPL3115A2 Barometric Pressure, Altitude and Temperature Sensor <https://circuitpython.readthedocs.io/projects/mpl3115a2/en/latest/>
297297
MPRLS Ported Absolute Pressure <https://circuitpython.readthedocs.io/projects/mprls/en/latest/>
298+
PCT2075 Temperature Sensor <https://circuitpython.readthedocs.io/projects/pct2075/en/latest/>
298299
SGP30 Air Quality <https://circuitpython.readthedocs.io/projects/sgp30/en/latest/>
299300
SHT31-D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/sht31d/en/latest/>
300301
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)