Skip to content

Commit f71cb49

Browse files
Merge pull request #13 from jposada202020/adding_readme_note
Adding readme note regarding M0 boards
2 parents b5ac38b + 06b17fd commit f71cb49

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
8693
Contributing
8794
============
8895

adafruit_dps310.py

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,21 @@
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"

0 commit comments

Comments
 (0)