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.
1 parent 5c9f206 commit 5a2c1faCopy full SHA for 5a2c1fa
adafruit_dps310/__init__.py
@@ -1,17 +1,13 @@
1
-# SPDX-FileCopyrightText: 2022 Tim Cocks for Adafruit Industries
+# 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.
-Implementation Notes
12
---------------------
13
-**Software and Dependencies:**
14
-* Adafruit CircuitPython firmware for the supported boards:
15
- https://github.com/adafruit/circuitpython/releases
16
17
from adafruit_dps310.advanced import DPS310_Advanced as DPS310
0 commit comments