Skip to content

Commit

Permalink
Merge pull request #258 from adafruit/ms8607
Browse files Browse the repository at this point in the history
"Adding The MS8607", a Pull Request  Adventure Novel by Trepeis Nayrb
  • Loading branch information
ladyada authored Aug 7, 2020
2 parents 5ae9831 + 670a40f commit 31cd7a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -706,3 +706,6 @@
[submodule "libraries/drivers/as7341"]
path = libraries/drivers/as7341
url = https://github.com/adafruit/Adafruit_CircuitPython_AS7341.git
[submodule "libraries/drivers/ms8607"]
path = libraries/drivers/ms8607
url = https://github.com/adafruit/Adafruit_CircuitPython_MS8607.git
4 changes: 3 additions & 1 deletion docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,10 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp

.. toctree::

AM2320 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/am2320/en/latest/>

ADT7410 High Accuracy Temperature Sensor <https://circuitpython.readthedocs.io/projects/adt7410/en/latest/>
AHTx0 Tempertaure and Humidity Sensor <https://circuitpython.readthedocs.io/projects/ahtx0/en/latest/>
AM2320 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/am2320/en/latest/>
BME280 Temperature, Humidity and Pressure <https://circuitpython.readthedocs.io/projects/bme280/en/latest/>
BME680 Temperature, Humidity, Pressure and Gas <https://circuitpython.readthedocs.io/projects/bme680/en/latest/>
BMP280 Barometric Pressure and Altitude <https://circuitpython.readthedocs.io/projects/bmp280/en/latest/>
Expand All @@ -346,6 +347,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
MP115A2 Barometric Pressure, Temperature <https://circuitpython.readthedocs.io/projects/mpl115a2/en/latest/>
MPL3115A2 Barometric Pressure, Altitude and Temperature Sensor <https://circuitpython.readthedocs.io/projects/mpl3115a2/en/latest/>
MPRLS Ported Absolute Pressure <https://circuitpython.readthedocs.io/projects/mprls/en/latest/>
MS8607 Pressure, Temperature, Humidity <https://circuitpython.readthedocs.io/projects/ms8607/en/latest/>
PCT2075 Temperature Sensor <https://circuitpython.readthedocs.io/projects/pct2075/en/latest/>
PM25 Air Quality Sensor <https://circuitpython.readthedocs.io/projects/pm25/en/latest/>
SGP30 Air Quality <https://circuitpython.readthedocs.io/projects/sgp30/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/ms8607
Submodule ms8607 added at 7b50cf

0 comments on commit 31cd7a7

Please sign in to comment.