Skip to content

"Adding The MS8607", a Pull Request Adventure Novel by Trepeis Nayrb #258

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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