File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,13 @@ Caveat: by default the library initializes the IC with constant temperature and
83
83
dps310.wait_pressure_ready()
84
84
85
85
86
+
87
+ Known Issues
88
+ ============
89
+ Library extensive features might not be compatible with memory limited boards. Library might not
90
+ load in SAMD21 boards and others with 32KB of RAM or less.
91
+
92
+
86
93
Contributing
87
94
============
88
95
Original file line number Diff line number Diff line change 15
15
16
16
**Hardware:**
17
17
18
- * Adafruit's DPS310 Breakout: https://www.adafruit.com/product/4494
18
+ * `Adafruit DPS310 Precision Barometric Pressure / Altitude Sensor
19
+ <https://www.adafruit.com/product/4494>`_ (Product ID: 4494)
19
20
20
21
**Software and Dependencies:**
21
22
22
23
* Adafruit CircuitPython firmware for the supported boards:
23
24
https://circuitpython.org/downloads
24
- * Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
25
- * Adafruit's Register library: https://github.com/adafruit/Adafruit_CircuitPython_Register"""
25
+
26
+ * Adafruit's Bus Device library:
27
+ https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
28
+
29
+ * Adafruit's Register library:
30
+ https://github.com/adafruit/Adafruit_CircuitPython_Register
31
+
32
+ """
26
33
27
34
__version__ = "0.0.0-auto.0"
28
35
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DPS310.git"
You can’t perform that action at this time.
0 commit comments