mirror of
https://github.com/platformio/platformio-core.git
synced 2025-11-10 02:41:37 +01:00
Added Arduino example: Build code with internal library
This commit is contained in:
20
examples/arduino-internal-library/README.rst
Normal file
20
examples/arduino-internal-library/README.rst
Normal file
@@ -0,0 +1,20 @@
|
||||
Arduino Example: Build code with internal library
|
||||
=================================================
|
||||
|
||||
1. Download ``platformio``
|
||||
`sources <https://github.com/ivankravets/platformio/archive/develop.zip>`_
|
||||
2. Extract ZIP archive
|
||||
3. Then run these commands:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
# Change directory to example
|
||||
$ cd platformio-develop/examples/arduino-internal-library/
|
||||
|
||||
# Install Atmel AVR development platform with Arduino Framework
|
||||
$ platformio install atmelavr
|
||||
|
||||
# Process example project
|
||||
$ platformio run
|
||||
|
||||
.. image:: console-result.png
|
||||
Reference in New Issue
Block a user