Skip to content

Commit 62f8df1

Browse files
authored
Merge pull request #87 from kattni/readme-update
Image fix, add link to README.
2 parents 8ffa9af + f0b60ab commit 62f8df1

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Introduction
1616

1717
This high level library provides objects that represent Circuit Playground Express and Bluefruit hardware.
1818

19-
.. image :: ../docs/_static/circuitplayground_express.jpg
19+
.. image :: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/master/docs/_static/circuit_playground_express_small.jpg
2020
:target: https://adafruit.com/product/3333
2121
:alt: Circuit Playground Express
2222
23-
.. image :: ../docs/_static/circuit_playground_bluefruit.jpg
23+
.. image :: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/master/docs/_static/circuit_playground_bluefruit_small.jpg
2424
:target: https://adafruit.com/product/4333
2525
:alt: Circuit Playground Bluefruit
2626
@@ -40,7 +40,6 @@ CIRCUITPY drive:
4040
* adafruit_thermistor.mpy
4141
* neopixel.mpy
4242

43-
4443
Usage Example
4544
=============
4645
Using this library is super simple. Simply import the ``cp`` variable from the module and then use it.
@@ -58,6 +57,13 @@ To learn more about all the features of this library, check out the
5857
`CircuitPython Made Easy on Circuit Playground Express and Bluefruit guide <https://learn.adafruit.com/circuitpython-made-easy-on-circuit-playground-express>`_
5958
on the Adafruit Learn System.
6059

60+
Circuit Playground Library Details
61+
==================================
62+
63+
For a detailed explanation of how the Circuit Playground library functions, see
64+
`The Technical Side page <https://learn.adafruit.com/circuitpython-made-easy-on-circuit-playground-express/the-technical-side>`_
65+
of the CircuitPython Made Easy on Circuit Playground Express and Bluefruit guide.
66+
6167
Contributing
6268
============
6369

Loading
Loading

0 commit comments

Comments
 (0)