mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Append new lines
This commit is contained in:
@ -9,7 +9,7 @@ How to buid PlatformIO based project
|
||||
.. code-block:: bash
|
||||
|
||||
# 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
|
||||
> platformio run
|
||||
|
@ -20,4 +20,4 @@
|
||||
[env:engduinov3]
|
||||
platform = atmelavr
|
||||
framework = arduino
|
||||
board = engduinov3
|
||||
board = engduinov3
|
||||
|
@ -57,4 +57,4 @@ void loop()
|
||||
// Wait 50ms, then loop
|
||||
//
|
||||
delay(50);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user