2009-06-01 23:06:59 +02:00
|
|
|
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/
|
2011-09-09 22:24:47 +02:00
|
|
|
or the forums at: http://arduino.cc/forum/
|
2009-06-01 23:06:59 +02:00
|
|
|
|
2011-09-09 22:24:47 +02:00
|
|
|
To report a bug in the software, go to:
|
2012-11-19 12:54:24 +01:00
|
|
|
http://github.com/arduino/Arduino/issues
|
2011-09-09 22:24:47 +02:00
|
|
|
|
|
|
|
For other suggestions, use the forum:
|
|
|
|
http://arduino.cc/forum/index.php/board,21.0.html
|
2009-06-01 23:06:59 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
CREDITS
|
|
|
|
Arduino is an open source project, supported by many.
|
|
|
|
|
|
|
|
The Arduino team is composed of Massimo Banzi, David Cuartielles, Tom Igoe,
|
2012-04-16 12:02:29 +02:00
|
|
|
Gianluca Martino, Daniela Antonietti, and David A. Mellis.
|
2009-06-01 23:06:59 +02:00
|
|
|
|
|
|
|
Arduino uses the GNU avr-gcc toolchain, avrdude, avr-libc, and code from
|
|
|
|
Processing and Wiring.
|
|
|
|
|
2011-09-09 22:24:47 +02:00
|
|
|
Icon and about image designed by ToDo: http://www.todo.to.it/
|
2009-07-31 23:59:53 +02:00
|
|
|
|