mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-02 11:24:27 +02:00
Append new lines
This commit is contained in:
@@ -9,7 +9,7 @@ How to buid PlatformIO based project
|
|||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
# Change directory to example
|
# Change directory to example
|
||||||
> cd platformio-develop/examples/atmelavr-and-arduino/ardiono-engduino-library
|
> cd platformio-develop/examples/atmelavr-and-arduino/arduino-engduino-library
|
||||||
|
|
||||||
# Process example project
|
# Process example project
|
||||||
> platformio run
|
> platformio run
|
||||||
|
@@ -20,4 +20,4 @@
|
|||||||
[env:engduinov3]
|
[env:engduinov3]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = engduinov3
|
board = engduinov3
|
||||||
|
@@ -57,4 +57,4 @@ void loop()
|
|||||||
// Wait 50ms, then loop
|
// Wait 50ms, then loop
|
||||||
//
|
//
|
||||||
delay(50);
|
delay(50);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user