Go to file
Thibaut VIARD 19b2218df4 [sam] introducing sam3u-ek and arduino due into variants, libsam is broken 2011-09-12 01:55:10 +02:00
app [sam] fixing compilation in IDE (changing some #includes). 2011-07-17 09:50:36 -04:00
build [sam] Fixing CodeSourcery zip for the build 2011-07-10 00:23:23 +02:00
core Setting Arduino icon. 2010-11-10 11:46:52 -05:00
hardware [sam] introducing sam3u-ek and arduino due into variants, libsam is broken 2011-09-12 01:55:10 +02:00
libraries Merge remote branch 'ricklon/platforms' into new-extension 2011-06-25 11:08:42 -04:00
license.txt adding LGPL (a bit late, whoops). 2007-10-12 01:58:48 +00:00
readme.txt Updating readme. 2010-09-28 17:25:10 -04:00
todo.txt Updating version number to 0100 to allow checking for Arduino 1.0. 2011-03-26 16:41:30 -04:00

readme.txt

Arduino is an open-source physical computing platform based on a simple i/o
board and a development environment that implements the Processing/Wiring
language. Arduino can be used to develop stand-alone interactive objects or
can be connected to software on your computer (e.g. Flash, Processing, MaxMSP).
The boards can be assembled by hand or purchased preassembled; the open-source
IDE can be downloaded for free.

For more information, see the website at: http://www.arduino.cc/
or the forums at: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl

To report a bug or a make a suggestions, go to:
[hardware] http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?board=hwbugs
[software] http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?board=swbugs

INSTALLATION
Detailed instructions are in reference/Guide_Windows.html and
reference/Guide_MacOSX.html.  For Linux, see the Arduino playground:
http://www.arduino.cc/playground/Learning/Linux

If you are using a USB Arduino, you will need to install the drivers for the
FTDI chip on the board. These can be found in the drivers/ directory.

* On Windows, plug in the Arduino board and point the Windows Add Hardware
  wizard to the drivers/FTDI USB Drivers sub-directory of the Arduino
  application directory.

* On the Mac, install the FTDIUSBSerialDriver_10_4_10_5_10_6.mpkg package.
  
* On Linux, drivers are included in kernel versions 2.4.20 or greater.

CREDITS
Arduino is an open source project, supported by many.

The Arduino team is composed of Massimo Banzi, David Cuartielles, Tom Igoe,
Gianluca Martino, and David A. Mellis.

Arduino uses the GNU avr-gcc toolchain, avrdude, avr-libc, and code from
Processing and Wiring.

Icon designed by ToDo: http://www.todo.to.it/
"About" image created by Thomas Glaser (envis precisely).