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
8383 dps310.wait_pressure_ready()
8484
8585
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+
8693Contributing
8794============
8895
Original file line number Diff line number Diff line change 1515
1616**Hardware:**
1717
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)
1920
2021**Software and Dependencies:**
2122
2223* Adafruit CircuitPython firmware for the supported boards:
2324 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+ """
2633
2734__version__ = "0.0.0-auto.0"
2835__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DPS310.git"
You can’t perform that action at this time.
0 commit comments