forked from platformio/platformio-core
		
	
		
			
				
	
	
		
			51 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
..  Copyright 2014-2016 Ivan Kravets <me@ikravets.com>
 | 
						|
    Licensed under the Apache License, Version 2.0 (the "License");
 | 
						|
    you may not use this file except in compliance with the License.
 | 
						|
    You may obtain a copy of the License at
 | 
						|
       http://www.apache.org/licenses/LICENSE-2.0
 | 
						|
    Unless required by applicable law or agreed to in writing, software
 | 
						|
    distributed under the License is distributed on an "AS IS" BASIS,
 | 
						|
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 | 
						|
    See the License for the specific language governing permissions and
 | 
						|
    limitations under the License.
 | 
						|
 | 
						|
.. _ide_arduino:
 | 
						|
 | 
						|
Arduino
 | 
						|
=======
 | 
						|
 | 
						|
The open-source `Arduino Software (IDE) <http://arduino.cc/en/main/software>`_
 | 
						|
makes it easy to write code and upload it to the board. It runs on *Windows,
 | 
						|
Mac OS X, and Linux*. The environment is written in *Java* and based on
 | 
						|
*Processing* and other open-source software.
 | 
						|
 | 
						|
This software can be used with:
 | 
						|
 | 
						|
* :ref:`platform_atmelavr`
 | 
						|
* :ref:`platform_atmelsam`
 | 
						|
* :ref:`framework_arduino`
 | 
						|
 | 
						|
Refer to the `Arduino Getting Started <http://arduino.cc/en/Guide/HomePage>`_
 | 
						|
page for Installation instructions.
 | 
						|
 | 
						|
.. contents::
 | 
						|
 | 
						|
Integration
 | 
						|
-----------
 | 
						|
 | 
						|
More detailed information is located in PlatformIO blog:
 | 
						|
`Integration of PlatformIO library manager to Arduino IDE <http://www.ikravets.com/computer-life/platformio/2014/10/07/integration-of-platformio-library-manager-to-arduino-and-energia-ides>`_.
 | 
						|
 | 
						|
Articles / Manuals
 | 
						|
------------------
 | 
						|
 | 
						|
* `Integration of PlatformIO library manager to Arduino and Energia IDEs <http://www.ikravets.com/computer-life/platformio/2014/10/07/integration-of-platformio-library-manager-to-arduino-and-energia-ides>`_
 | 
						|
 | 
						|
See the full list with :ref:`articles`.
 | 
						|
 | 
						|
Screenshot
 | 
						|
----------
 | 
						|
 | 
						|
.. image:: ../_static/ide-platformio-arduino.png
 | 
						|
    :target: http://www.ikravets.com/computer-life/platformio/2014/10/07/integration-of-platformio-library-manager-to-arduino-and-energia-ides
 |