-
-
Notifications
You must be signed in to change notification settings - Fork 799
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
63 changed files
with
16,470 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Arduino Example: Build \*.ino file with external Adafruit 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-adafruit-library/ | ||
# Install Atmel AVR development platform with Arduino Framework | ||
$ platformio install atmelavr | ||
# Process example project | ||
$ platformio run | ||
# Upload firmware | ||
$ platformio run -t upload | ||
Oops, something went wrong.