Go to file
Matthijs Kooijman 416198a03b Simplify SoftwareSerial::write
Before, there was nearly identical code for the inverted and regular
cases. However, simply inverting the byte in the inverted case allows
using the regular code twice, reducing the generated code size by 100
bytes (on an Arduino Uno and gcc 4.3, on gcc 4.8 the reduction is 50
bytes).
2015-01-26 17:03:25 +01:00
.settings Update to eclipse project files 2011-12-31 15:30:50 +01:00
app Temporary disabled DefaultTargetTest under certain conditions 2015-01-14 18:42:19 +01:00
arduino-builder Created 'arduino-builder' project. 2014-11-13 16:34:25 +01:00
arduino-core Updated translations 2015-01-19 14:57:31 +01:00
build Merge branch 'ide-1.5.x' of github.com:arduino/Arduino into ide-1.5.x 2015-01-20 15:50:25 +01:00
hardware Simplify SoftwareSerial::write 2015-01-26 17:03:25 +01:00
libraries Added README.adoc for the library manager project 2015-01-16 17:14:02 +01:00
.classpath arduino-core project is now correctly compiled through ant build script 2014-11-13 16:34:24 +01:00
.gitignore gitignore: ignoring all archives for win and mac 2015-01-02 14:08:21 +01:00
.project Fix eclipse project files 2012-01-11 14:18:48 +01:00
README.md Update README.md 2014-03-24 19:56:25 +01:00
format.every.sketch.sh Added script to run astyle every once in a while against all .ino files 2013-12-11 21:55:00 +01:00
license.txt adding LGPL (a bit late, whoops). 2007-10-12 01:58:48 +00:00

README.md

Arduino

  • 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://arduino.cc/forum/

  • To report a bug in the software or to request a simple enhancement go to: http://github.com/arduino/Arduino/issues

  • More complex requests and technical discussion should go on the Arduino Developers mailing list: https://groups.google.com/a/arduino.cc/forum/#!forum/developers

  • If you're interested in modifying or extending the Arduino software, we strongly suggest discussing your ideas on the Developers mailing list before starting to work on them. That way you can coordinate with the Arduino Team and others, giving your work a higher chance of being integrated into the official release https://groups.google.com/a/arduino.cc/forum/#!forum/developers

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, Gianluca Martino, Daniela Antonietti, and David A. Mellis.

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

Icon and about image designed by ToDo