Add QuickStart for PlatformIO IDE

This commit is contained in:
Ivan Kravets
2016-01-30 13:41:46 +02:00
parent 848c50c55c
commit 1f95b6be25
2 changed files with 29 additions and 2 deletions
-1
View File
@@ -35,7 +35,6 @@ This command will create:
* :ref:`projectconf`
* ``src`` - a source directory. Put your source files here
* ``lib`` - a directory for the project specific (private) libraries.
PlatformIO will compile them to static libraries and link to executable file
* ``.travis.yml`` configuration file (template) for Continuous Integration
with :ref:`ci_travis`