Skip to content

Commit 8f6cdfc

Browse files
committed
verifying_references
1 parent 8fa6f96 commit 8f6cdfc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

adafruit_bmp3xx.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@
1515
1616
**Hardware:**
1717
18-
* `Adafruit BMP388 <https://www.adafruit.com/product/3966>`_
18+
* `Adafruit BMP388 - Precision Barometric Pressure and Altimeter
19+
<https://www.adafruit.com/product/3966>`_ (Product ID: 3966)
1920
2021
**Software and Dependencies:**
2122
2223
* Adafruit CircuitPython firmware for the supported boards:
23-
https://github.com/adafruit/circuitpython/releases
24+
https://circuitpython.org/downloads
25+
26+
* Adafruit's Bus Device library:
27+
https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
2428
25-
# * Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
2629
"""
2730

2831
import time

0 commit comments

Comments
 (0)