Skip to content

Commit 8dbc462

Browse files
committed
docs: Add link to new express board bundle install page.
1 parent 4032812 commit 8dbc462

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/programming_guide/03_i2c_spi.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,11 @@ board. If you're using a board with external flash, like the Circuit Playground
230230
Express or Feather/Metro M0 Express, you can install the CircuitPython bundle
231231
which includes the bus device and other useful libraries. You can install this
232232
bundle by following the `instructions on the release page
233-
<https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>`_. Just
234-
unzip the bundle release .zip and drag the lib folder onto your board's
235-
CIRCUITPY drive.
233+
<https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>`_ or from
234+
the your board's guide like the `Feather M0 express bundle install
235+
<https://learn.adafruit.com/adafruit-feather-m0-express-designed-for-circuit-python-circuitpython/installing-libraries>`_
236+
shows. Just unzip the bundle release .zip and drag the lib folder onto your
237+
board's CIRCUITPY drive.
236238

237239
For boards without external flash, like the Trinket M0 and Gemma M0, you'll need
238240
to manually install the bus device library. Like the `Trinket M0 guide mentions
@@ -549,9 +551,11 @@ board. If you're using a board with external flash, like the Circuit Playground
549551
Express or Feather/Metro M0 Express, you can install the CircuitPython bundle
550552
which includes the bus device and other useful libraries. You can install this
551553
bundle by following the `instructions on the release page
552-
<https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>`_. Just
553-
unzip the bundle release .zip and drag the lib folder onto your board's
554-
CIRCUITPY drive.
554+
<https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>`_ or from
555+
the your board's guide like the `Feather M0 express bundle install
556+
<https://learn.adafruit.com/adafruit-feather-m0-express-designed-for-circuit-python-circuitpython/installing-libraries>`_
557+
shows.. Just unzip the bundle release .zip and drag the lib folder onto your
558+
board's CIRCUITPY drive.
555559

556560
For boards without external flash, like the Trinket M0 and Gemma M0, you'll need
557561
to manually install the bus device library. Like the `Trinket M0 guide mentions

0 commit comments

Comments
 (0)