|
1 |
| -Arduino is an open-source physical computing platform based on a simple i/o |
| 1 | +Arduino |
| 2 | +======== |
| 3 | + |
| 4 | +* Arduino is an open-source physical computing platform based on a simple i/o |
2 | 5 | board and a development environment that implements the Processing/Wiring
|
3 | 6 | language. Arduino can be used to develop stand-alone interactive objects or
|
4 | 7 | can be connected to software on your computer (e.g. Flash, Processing, MaxMSP).
|
5 | 8 | The boards can be assembled by hand or purchased preassembled; the open-source
|
6 | 9 | IDE can be downloaded for free.
|
7 | 10 |
|
8 |
| -For more information, see the website at: http://www.arduino.cc/ |
| 11 | +* For more information, see the website at: http://www.arduino.cc/ |
9 | 12 | or the forums at: http://arduino.cc/forum/
|
10 | 13 |
|
11 |
| -To report a *bug* in the software or to request *a simple enhancement* go to: |
| 14 | +* To report a *bug* in the software or to request *a simple enhancement* go to: |
12 | 15 | http://github.com/arduino/Arduino/issues
|
13 | 16 |
|
14 |
| -More complex requests and technical discussion should go on the Arduino Developers |
| 17 | +* More complex requests and technical discussion should go on the Arduino Developers |
15 | 18 | mailing list:
|
16 | 19 | https://groups.google.com/a/arduino.cc/forum/#!forum/developers
|
17 | 20 |
|
18 |
| -If you're interested in modifying or extending the Arduino software, we strongly |
| 21 | +* If you're interested in modifying or extending the Arduino software, we strongly |
19 | 22 | suggest discussing your ideas on the Developers mailing list *before* starting
|
20 | 23 | to work on them. That way you can coordinate with the Arduino Team and others,
|
21 | 24 | giving your work a higher chance of being integrated into the official release
|
22 | 25 | https://groups.google.com/a/arduino.cc/forum/#!forum/developers
|
23 | 26 |
|
24 | 27 | INSTALLATION
|
| 28 | +------------ |
25 | 29 | Detailed instructions are in reference/Guide_Windows.html and
|
26 | 30 | reference/Guide_MacOSX.html. For Linux, see the Arduino playground:
|
27 | 31 | http://www.arduino.cc/playground/Learning/Linux
|
28 | 32 |
|
29 | 33 | CREDITS
|
| 34 | +-------- |
30 | 35 | Arduino is an open source project, supported by many.
|
31 | 36 |
|
32 | 37 | The Arduino team is composed of Massimo Banzi, David Cuartielles, Tom Igoe,
|
|
0 commit comments