2014-06-12 22:09:26 +03:00
|
|
|
Wiring Framework (Arduino + Energia) Blink Example
|
|
|
|
|
==================================================
|
|
|
|
|
|
|
|
|
|
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/wiring-blink/
|
|
|
|
|
|
|
|
|
|
# Install Atmel AVR development platform with Arduino Framework
|
|
|
|
|
# Install TI MSP430 development platform with Energia Framework
|
|
|
|
|
# Install TI TIVA development platform with Energia Framework
|
2014-06-19 23:21:59 +03:00
|
|
|
$ platformio install atmelavr timsp430 titiva
|
2014-06-12 22:09:26 +03:00
|
|
|
|
|
|
|
|
# Process example project
|
|
|
|
|
$ platformio run
|
|
|
|
|
|
|
|
|
|
.. image:: console-result.png
|