Skip to content

Commit 31cd7a7

Browse files
authored
Merge pull request #258 from adafruit/ms8607
"Adding The MS8607", a Pull Request Adventure Novel by Trepeis Nayrb
2 parents 5ae9831 + 670a40f commit 31cd7a7

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -706,3 +706,6 @@
706706
[submodule "libraries/drivers/as7341"]
707707
path = libraries/drivers/as7341
708708
url = https://github.com/adafruit/Adafruit_CircuitPython_AS7341.git
709+
[submodule "libraries/drivers/ms8607"]
710+
path = libraries/drivers/ms8607
711+
url = https://github.com/adafruit/Adafruit_CircuitPython_MS8607.git

docs/drivers.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,10 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
322322

323323
.. toctree::
324324

325-
AM2320 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/am2320/en/latest/>
325+
326326
ADT7410 High Accuracy Temperature Sensor <https://circuitpython.readthedocs.io/projects/adt7410/en/latest/>
327327
AHTx0 Tempertaure and Humidity Sensor <https://circuitpython.readthedocs.io/projects/ahtx0/en/latest/>
328+
AM2320 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/am2320/en/latest/>
328329
BME280 Temperature, Humidity and Pressure <https://circuitpython.readthedocs.io/projects/bme280/en/latest/>
329330
BME680 Temperature, Humidity, Pressure and Gas <https://circuitpython.readthedocs.io/projects/bme680/en/latest/>
330331
BMP280 Barometric Pressure and Altitude <https://circuitpython.readthedocs.io/projects/bmp280/en/latest/>
@@ -346,6 +347,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
346347
MP115A2 Barometric Pressure, Temperature <https://circuitpython.readthedocs.io/projects/mpl115a2/en/latest/>
347348
MPL3115A2 Barometric Pressure, Altitude and Temperature Sensor <https://circuitpython.readthedocs.io/projects/mpl3115a2/en/latest/>
348349
MPRLS Ported Absolute Pressure <https://circuitpython.readthedocs.io/projects/mprls/en/latest/>
350+
MS8607 Pressure, Temperature, Humidity <https://circuitpython.readthedocs.io/projects/ms8607/en/latest/>
349351
PCT2075 Temperature Sensor <https://circuitpython.readthedocs.io/projects/pct2075/en/latest/>
350352
PM25 Air Quality Sensor <https://circuitpython.readthedocs.io/projects/pm25/en/latest/>
351353
SGP30 Air Quality <https://circuitpython.readthedocs.io/projects/sgp30/en/latest/>

libraries/drivers/ms8607

Submodule ms8607 added at 7b50cf5

0 commit comments

Comments
 (0)