diff --git a/README.rst b/README.rst index 94685a6..5adb8d3 100644 --- a/README.rst +++ b/README.rst @@ -16,11 +16,11 @@ Introduction This high level library provides objects that represent Circuit Playground Express and Bluefruit hardware. -.. image :: ../docs/_static/circuitplayground_express.jpg +.. image :: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/master/docs/_static/circuit_playground_express_small.jpg :target: https://adafruit.com/product/3333 :alt: Circuit Playground Express -.. image :: ../docs/_static/circuit_playground_bluefruit.jpg +.. image :: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/master/docs/_static/circuit_playground_bluefruit_small.jpg :target: https://adafruit.com/product/4333 :alt: Circuit Playground Bluefruit @@ -40,7 +40,6 @@ CIRCUITPY drive: * adafruit_thermistor.mpy * neopixel.mpy - Usage Example ============= 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 `CircuitPython Made Easy on Circuit Playground Express and Bluefruit guide `_ on the Adafruit Learn System. +Circuit Playground Library Details +================================== + +For a detailed explanation of how the Circuit Playground library functions, see +`The Technical Side page `_ +of the CircuitPython Made Easy on Circuit Playground Express and Bluefruit guide. + Contributing ============ diff --git a/docs/_static/circuit_playground_bluefruit_small.jpg b/docs/_static/circuit_playground_bluefruit_small.jpg new file mode 100644 index 0000000..e86f0f4 Binary files /dev/null and b/docs/_static/circuit_playground_bluefruit_small.jpg differ diff --git a/docs/_static/circuit_playground_express_small.jpg b/docs/_static/circuit_playground_express_small.jpg new file mode 100644 index 0000000..fc31339 Binary files /dev/null and b/docs/_static/circuit_playground_express_small.jpg differ