forked from platformio/platformio-core
Typo fix
This commit is contained in:
@@ -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
|
1. Initialize new PlatformIO-based Project. Run a next command in Cloud IDE
|
||||||
Terminal:
|
Terminal:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
platformio init --board <ID>
|
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,
|
Project Tree (left side). Please make right click on ``src`` folder,
|
||||||
then "New File" and insert a next content:
|
then "New File" and insert a next content:
|
||||||
|
|
||||||
.. code-block:: c
|
.. code-block:: c
|
||||||
|
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user