Skip to content

Commit

Permalink
Merge pull request #13 from jposada202020/adding_readme_note
Browse files Browse the repository at this point in the history
Adding readme note regarding M0 boards
  • Loading branch information
jposada202020 authored May 8, 2021
2 parents b5ac38b + 06b17fd commit f71cb49
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ Caveat: by default the library initializes the IC with constant temperature and
dps310.wait_pressure_ready()
Known Issues
============
Library extensive features might not be compatible with memory limited boards. Library might not
load in SAMD21 boards and others with 32KB of RAM or less.


Contributing
============

Expand Down
13 changes: 10 additions & 3 deletions adafruit_dps310.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,21 @@
**Hardware:**
* Adafruit's DPS310 Breakout: https://www.adafruit.com/product/4494
* `Adafruit DPS310 Precision Barometric Pressure / Altitude Sensor
<https://www.adafruit.com/product/4494>`_ (Product ID: 4494)
**Software and Dependencies:**
* Adafruit CircuitPython firmware for the supported boards:
https://circuitpython.org/downloads
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
* Adafruit's Register library: https://github.com/adafruit/Adafruit_CircuitPython_Register"""
* Adafruit's Bus Device library:
https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
* Adafruit's Register library:
https://github.com/adafruit/Adafruit_CircuitPython_Register
"""

__version__ = "0.0.0-auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DPS310.git"
Expand Down

0 comments on commit f71cb49

Please sign in to comment.