We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6398fd4 + 5a2c1fa commit 8705de3Copy full SHA for 8705de3
adafruit_dps310/__init__.py
@@ -0,0 +1,13 @@
1
+# SPDX-FileCopyrightText: 2020 Bryan Siepert for Adafruit Industries
2
+#
3
+# SPDX-License-Identifier: MIT
4
+
5
+"""
6
+`adafruit_dps310`
7
+================================================================================
8
9
+Library for the DPS310 Precision Barometric Pressure Sensor
10
11
+* Author(s): Bryan Siepert, Jose David M.
12
13
+from adafruit_dps310.advanced import DPS310_Advanced as DPS310
0 commit comments