.. _demo: Demo ==== .. contents:: Wiring Blink ------------ .. image:: _static/platformio-demo-wiring.gif Used in demo ~~~~~~~~~~~~ 1. Source code of `Wiring Blink `_ 2. :ref:`cmd_run` command 3. :ref:`platformio run -t upload ` command. Platform Manager ---------------- .. image:: _static/platformio-demo-platforms.gif Used in demo ~~~~~~~~~~~~ 1. :ref:`userguide_platforms` 2. :ref:`cmd_platforms_list` command 3. :ref:`platformio platforms search avr ` command 4. :ref:`platformio platforms show teensy ` command 5. :ref:`cmd_platforms_update` command. Library Manager --------------- .. image:: _static/platformio-demo-lib.gif Used in demo ~~~~~~~~~~~~ 1. :ref:`userguide_lib` 2. :ref:`platformio lib search 1-wire ` command 3. :ref:`platformio lib install 54 ` command 4. :ref:`platformio lib search -f mbed ` command 5. :ref:`platformio lib search -k rf ` command 6. :ref:`platformio lib search radiohead ` command 7. :ref:`platformio lib install 124 --version "1.4.0" ` command 8. :ref:`platformio lib show 124 ` command 9. :ref:`cmd_lib_update` command.