From b1dbba62242f352d6c51f4e9a43c029f3d5e84cb Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 28 Aug 2015 20:15:40 +0300 Subject: [PATCH] Add demo to README --- README.rst | 3 +++ docs/demo.rst | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f2b3d913..c79ddc80 100644 --- a/README.rst +++ b/README.rst @@ -49,6 +49,9 @@ Continuous integration, Arduino and MBED compatible). Silicon Labs EFM32, ST STM32, TI MSP430 & Tiva, Teensy, Arduino, mbed, libOpenCM3, etc.* +.. image:: https://raw.githubusercontent.com/platformio/platformio/develop/docs/_static/platformio-demo-wiring.gif + :target: http://platformio.org + * `Get Started `_ * `Web 2.0 Library Search `_ * `Development Platforms `_ diff --git a/docs/demo.rst b/docs/demo.rst index b87d6228..4651bdbb 100644 --- a/docs/demo.rst +++ b/docs/demo.rst @@ -13,7 +13,7 @@ Wiring Blink Used in demo ~~~~~~~~~~~~ -1. Source code of `Wiring Blink `_ +1. Source code of `Wiring Blink Example `_ 2. :ref:`cmd_run` command 3. :ref:`platformio run -t upload ` command.