Merge pull request #258 from adafruit/ms8607
"Adding The MS8607", a Pull Request Adventure Novel by Trepeis Nayrb
This commit is contained in:
commit
31cd7a7b58
3 changed files with 7 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/>
|
||||
|
|
@ -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/>
|
||||
|
|
|
|||
1
libraries/drivers/ms8607
Submodule
1
libraries/drivers/ms8607
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 7b50cf50842e0af6d636ec4537c1e79ebe5c0693
|
||||
Loading…
Reference in a new issue