Files
platformio-core/examples/timsp430/timsp430-native-blink
2015-02-08 21:55:26 +02:00
..
2015-02-08 21:55:26 +02:00
2015-02-08 21:55:26 +02:00
2015-02-08 21:55:26 +02:00
2015-02-08 21:55:26 +02:00

TI MSP430: Native 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/timsp430-native-blink/

    # Install TI MSP430 development platform
    $ platformio install timsp430

    # Process example project
    $ platformio run

.. image:: console-result.png