Skip to content

Commit 5a33621

Browse files
authored
Merge pull request #224 from siddacious/dps310
adding DPS310
2 parents 9a21184 + ad4e035 commit 5a33621

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
@@ -622,3 +622,6 @@
622622
[submodule "libraries/helpers/ble_apple_media"]
623623
path = libraries/helpers/ble_apple_media
624624
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Apple_Media.git
625+
[submodule "libraries/drivers/dps310"]
626+
path = libraries/drivers/dps310
627+
url = https://github.com/adafruit/Adafruit_CircuitPython_DPS310.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
294294
BMP3xx Barometric Pressure and Altimeter <https://circuitpython.readthedocs.io/projects/bmp3xx/en/latest/>
295295
CCS811 Air Quality <https://circuitpython.readthedocs.io/projects/ccs811/en/latest/>
296296
DHT Temperature and Humidity <https://circuitpython.readthedocs.io/projects/dht/en/latest/>
297+
DPS310 Precision Barometric Pressure / Altitude Sensor <https://adafruit-circuitpython-dsp310.readthedocs.io/en/latest/>
297298
DS18x20 Temperature <https://circuitpython.readthedocs.io/projects/ds18x20/en/latest/>
298299
HTU21D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu21d/en/latest/>
299300
LPS35HW Water Resistant Barometric Pressure, Temperature <https://circuitpython.readthedocs.io/projects/lps35hw/en/latest/>

libraries/drivers/dps310

Submodule dps310 added at 0bffd1b

0 commit comments

Comments
 (0)