@@ -230,9 +230,11 @@ board. If you're using a board with external flash, like the Circuit Playground
230
230
Express or Feather/Metro M0 Express, you can install the CircuitPython bundle
231
231
which includes the bus device and other useful libraries. You can install this
232
232
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.
236
238
237
239
For boards without external flash, like the Trinket M0 and Gemma M0, you'll need
238
240
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
549
551
Express or Feather/Metro M0 Express, you can install the CircuitPython bundle
550
552
which includes the bus device and other useful libraries. You can install this
551
553
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.
555
559
556
560
For boards without external flash, like the Trinket M0 and Gemma M0, you'll need
557
561
to manually install the bus device library. Like the `Trinket M0 guide mentions
0 commit comments