Reorganise IDE examples

This commit is contained in:
Ivan Kravets
2015-09-04 23:48:57 +03:00
parent c254a3490c
commit 71890a34be
58 changed files with 701 additions and 747 deletions
+13 -2
View File
@@ -123,9 +123,20 @@ Copy the source code which is described below to it.
Conclusion
----------
~~~~~~~~~~
Taking everything into account, we can build project with shortcut ``Ctrl+Shift+B`` or using ``Menu: Build > Build Solution``:
Taking everything into account, we can build project with shortcut ``Ctrl+Shift+B`` or using ``Menu: Build > Build Solution``.
Screenshot
----------
.. image:: ../_static/ide-vs-platformio-newproject-8.png
:target: http://docs.platformio.org/en/latest/_static/ide-vs-platformio-newproject-8.png
Examples
--------
"Blink" Project
^^^^^^^^^^^^^^^
Source code of `Visual Studio "Blink" Project <https://github.com/platformio/platformio/tree/develop/examples/ide/visualstudio>`_.