This commit is contained in:
Ivan Kravets
2016-10-30 02:09:08 +03:00
parent 0e3f329db9
commit ef7bbe5aa6

View File

@ -65,7 +65,7 @@ Let's create our first PlatformIO-based Cloud9 Project
1. Initialize new PlatformIO-based Project. Run a next command in Cloud IDE
Terminal:
.. code-block:: bash
.. code-block:: bash
platformio init --board <ID>
@ -79,7 +79,7 @@ Let's create our first PlatformIO-based Cloud9 Project
Project Tree (left side). Please make right click on ``src`` folder,
then "New File" and insert a next content:
.. code-block:: c
.. code-block:: c
#include <Arduino.h>